forum.hrvatski-hosting.com

WebHosting i Streaming => WebHosting i Domene => Topic started by: admin on January 23, 2011, 09:20:57 PM

Title: Preusmjeri na SSL koristeći Apache-a .htaccess
Post by: admin 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}