Here is my rewrite:
...
#RewriteCond %{HTTP_HOST} !^www.XXXXXXXXXXXXX.com$ [NC]
#RewriteRule ^(.*)$ https://www.XXXXXXXXXXXXXXXX.com/$1 [R=301,L]
#RewriteCond %{HTTPS} off
#RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}
I commented out yours... until I get it fixed...
--------------- Added [DATE]1381803782[/DATE] at [TIME]1381803782[/TIME] ---------------
Ok, made the changes...
|