dethfire
Well-known member
Here is my current redirect setup. It doesn't seem optimal at all.
http://www.physicsforums.com/showthread.php?t=99506 > 307 > https://www.physicsforums.com/showthread.php?t=99506 > 301 > https://www.physicsforums.com/threads/99506/ > 301
> https://www.physicsforums.com/threads/find-spring-constant-of-spring-in-n-m-help.99506/
I have the vb 3.7 redirection addon and here is my htaccess redirects
RewriteCond %{HTTPS} !on [OR]
RewriteCond %{HTTP_HOST} !^www\.physicsforums\.com$
RewriteRule (.*) https://www.physicsforums.com/$1 [R=301,L]
Why the 307 into the https and then a 301 into an intermediary format and then finally into what I have in my settings. I feel like I can reduce this by a redirect or two.
http://www.physicsforums.com/showthread.php?t=99506 > 307 > https://www.physicsforums.com/showthread.php?t=99506 > 301 > https://www.physicsforums.com/threads/99506/ > 301
> https://www.physicsforums.com/threads/find-spring-constant-of-spring-in-n-m-help.99506/
I have the vb 3.7 redirection addon and here is my htaccess redirects
RewriteCond %{HTTPS} !on [OR]
RewriteCond %{HTTP_HOST} !^www\.physicsforums\.com$
RewriteRule (.*) https://www.physicsforums.com/$1 [R=301,L]
Why the 307 into the https and then a 301 into an intermediary format and then finally into what I have in my settings. I feel like I can reduce this by a redirect or two.