The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
301 htaccess www redirect not working
I am trying to set up:
gatorenvy.com/forums/index.php to redirect to www.gatorenvy.com/forums/index.php but it is not working. I placed this in the .htaccess in /forums/ where I have VB installed. Code:
Options +FollowSymlinks RewriteEngine on rewritecond %{http_host} ^gatorenvy.com/forums [nc] rewriterule ^(.*)$ http://www.gatorenvy.com/forums/$1 [r=301,nc] Any thoughts? |
#2
|
|||
|
|||
Anyone have any idea why it's not working? I'm still stuck.
|
#3
|
||||
|
||||
I have my rewrite in the html root, not a folder, so all calls to mydomain.com get changed to www.mydomain.com - maybe that is the issue?
My code is (and works): Code:
RewriteEngine on RewriteCond %{HTTP_HOST} ^juot.net$ RewriteRule ^(.*)$ "http\:\/\/www\.juot\.net\/$1" [R=301,L] |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|