Hey, thanks a lot for the reply
I put this in the .htaccess of folder /adminfolder and it isn't happy. Getting FF message "The page isn't redirecting properly" And yea, the "domain" is switched with my real domain, and the "adminfolder" is being changed with my real adminfolder.
Code:
#redirects http://www.domain.com/adminfolder/*anything*
# and http://domain.com/adminfolder/*anything*
# to https://www.domain.com/adminfolder/*anything*
RewriteEngine On
RewriteRule ^(.*)?$ https://www.domain.com/adminfolder/$1 [R=301,L]
It seems like the url is being change correctly, just the error stops page from loading? Any other ideas?
Bookmarks