I moved the forums form /forum/ directory to root few months back and been using 301 redirects to /
After Installin VBSEO
This -
Frustation - UnitedPunjab.co.uk
redirects to -
Frustation - UnitedPunjab.co.uk
Any solutions ?
This is a discussion on Redirect problem within the Troubleshooting forums, part of the vBSEO SEO Plugin category; I moved the forums form /forum/ directory to root few months back and been using 301 redirects to / After ...
I moved the forums form /forum/ directory to root few months back and been using 301 redirects to /
After Installin VBSEO
This -
Frustation - UnitedPunjab.co.uk
redirects to -
Frustation - UnitedPunjab.co.uk
Any solutions ?
Last edited by Notorious; 10-13-2006 at 06:16 AM.
Hello Sonu,
which code do you use for redirects?
Oleg Ignatiuk / Crawlability Inc.
Security vbulletin - Patch Level for all supported versions released!
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!
this in .htaccessCode:redirect 301 /forum http://www.unitedpunjab.co.uk
Please try to change it to:
(it should go right after "RewriteEngine on" line)Code:RewriteRule forum/(.*)$ http://www.unitedpunjab.co.uk/$1 [L,R=301]
Oleg Ignatiuk / Crawlability Inc.
Security vbulletin - Patch Level for all supported versions released!
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!
It Worked,Thanks much.
You are welcome![]()
Oleg Ignatiuk / Crawlability Inc.
Security vbulletin - Patch Level for all supported versions released!
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!