Author Topic: Preusmjeri na SSL koristeći Apache-a .htaccess  (Read 2958 times)

0 Members and 1 Guest are viewing this topic.

Offline
*
Preusmjeri na SSL koristeći Apache-a .htaccess
« on: January 23, 2011, 09:20:57 PM »
Redirect To SSL Using Apache's .htaccess

Code: [Select]
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}
Banner 500x100