The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
301 Redirect?
Hello,
Google webmaster tools suggested that i 301 direct from http://mysite.com to http://www.mysite.com Im unsure exactly how to go about doing this so all help would be appreciated |
#2
|
||||
|
||||
I believe this should work if you add it to your .htaccess
Code:
RewriteEngine On rewritecond %{http_host} ^yoursite.com rewriteRule ^(.*) http://www.yoursite.com/$1 [R=301,L] |
Благодарность от: | ||
crazyboy1661 |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|