dethfire
Well-known member
Here is my redirect for http and non www
RewriteCond %{HTTPS} !on [OR]
RewriteCond %{HTTP_HOST} !^www\.physicsforums\.com$
RewriteRule (.*) https://www.physicsforums.com/$1 [R=301,L]
How does that look? I've been told that Xenu appears to be generating the site in http and then being redirected.
RewriteCond %{HTTPS} !on [OR]
RewriteCond %{HTTP_HOST} !^www\.physicsforums\.com$
RewriteRule (.*) https://www.physicsforums.com/$1 [R=301,L]
How does that look? I've been told that Xenu appears to be generating the site in http and then being redirected.