Thread
:
Force https on a directory
View Single Post
#
2
25th June 2007, 07:24
TheMaximumWeasel
Junior Member
Join Date: May 2007
Posts: 28
Thanks: 0
Thanked 0 Times in 0 Posts
RewriteEngine on
RewriteCond %{HTTPS} off
RewriteCond %{REQUEST_URI} ^/mysecuredirectory/.*$
RewriteRule ^/(.+)$ https://www.mydomain.com/$1 [R]
that works fine
TheMaximumWeasel
View Public Profile
Send a private message to TheMaximumWeasel
Find all posts by TheMaximumWeasel