Atm i got http://www.ragezone.com/forum/ but the main url is http://forum.ragezone.com , how do i set /forum/ to redirect to forum.rage so ppl cannot use /forum/
Thanks..
This is a discussion on Redirection within the Troubleshooting forums, part of the vBSEO SEO Plugin category; Atm i got http://www.ragezone.com/forum/ but the main url is http://forum.ragezone.com , how do i set /forum/ to redirect to forum.rage ...
Atm i got http://www.ragezone.com/forum/ but the main url is http://forum.ragezone.com , how do i set /forum/ to redirect to forum.rage so ppl cannot use /forum/
Thanks..
Put the following rules in http://forum.ragezone.com/.htaccessOriginally Posted by MentaL
Code:RewriteCond %{HTTP_HOST} !forum.ragezone.com RewriteRule ^(.*)$ http://forum.ragezone.com/$1 [L,R=301]
Juan Muriente / Crawlability Inc.
Security vbulletin - Patch Level for all supported versions released!
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!
How does this prevent access to ragezone.com/forums/ directory? I dont see the URL mentioned anywhere in the code above?Originally Posted by Juan Muriente
![]()
The Staff Lounge - Your vBulletin Resource.
vBulletin, InvisionFree, IPB, phpBB and Forum Resources.
vBSEO: The SEO Solution for Expert vBulletin Forum Admins
sorry, the rules should be added to http://www.ragezone.com/forum/.htaccess![]()
Juan Muriente / Crawlability Inc.
Security vbulletin - Patch Level for all supported versions released!
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!