Thread
:
how do i make sure a webpage can only be accessed through https?
View Single Post
09-13-2009, 10:38 AM
Cyandin
Confirmed User
Industry Role:
Join Date: Aug 2008
Posts: 1,723
Quote:
Originally Posted by
quantum-x
in a .htaccess
RewriteEngine On
RewriteCond %{HTTPS} !on
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}
Cyandin
View Public Profile
Find More Posts by Cyandin