Thread
:
how do i make sure a webpage can only be accessed through https?
View Single Post
09-13-2009, 10:33 AM
whatif_3
Registered User
Join Date: Jul 2004
Location: Canada
Posts: 459
Quote:
Originally Posted by
quantum-x
in a .htaccess
RewriteEngine On
RewriteCond %{HTTPS} !on
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}
thanks man, appreciate it
whatif_3
View Public Profile
Visit whatif_3's homepage!
Find More Posts by whatif_3