Thread
:
how do i make sure a webpage can only be accessed through https?
View Single Post
09-13-2009, 01:05 PM
alias
aliasx
Join Date: Apr 2001
Posts: 19,010
Quote:
Originally Posted by
quantum-x
in a .htaccess
RewriteEngine On
RewriteCond %{HTTPS} !on
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}
__________________
https://porncorporation.com
alias
View Public Profile
Visit alias's homepage!
Find More Posts by alias