The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
|||
|
|||
SEO friendly redirect + questions
I am using forums in the / forums with no landing page.
Now I know a 301 redirect is the best SEO friendly redirect using .htaccess Code:
Redirect 301 /old/old.html http://www.you.com/new.html I can do this with the .htaccess file using this code Code:
RewriteEngine On rewritecond %{http_host} ^yoursite.com rewriteRule ^(.*) http://www.yoursite.com/$1 [R=301,L] Code:
RewriteEngine On rewritecond %{http_host} ^yoursite.com rewriteRule ^(.*) http://www.yoursite.com/$1 [R=301,L] Redirect 301 /old/old.html http://www.you.com/forums |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|