forum.hrvatski-hosting.com
WebHosting i Streaming => WebHosting i Domene => Topic started by: admin on January 23, 2011, 09:20:57 PM
-
Redirect To SSL Using Apache's .htaccess
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}