The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
url redirect .htaccess
I am getting lots of errors in the server log due to an old test folder called
forum03092011 any one can help in wrining a redirect line to redirect all requestes like http://www.baitona.net/forum03092011/106397-post1.html to http://www.baitona.net/forum/106397-post1.html |
#2
|
||||
|
||||
in your folder called "forum03092011" cant you create a .htaccess file redirect and add:
Code:
RewriteEngine On RewriteRule (.*) http://www.baitona.net/forum/$1 [L,R=301] |
#3
|
|||
|
|||
thanks Jaycob,
that code work as i have tried it before howerver it means that the folder "forum03092011" needs to be present all time as it hosts the .htaccess file!! My questions is what is the way/line i can modify in the root .htaccess in "www.baitona.net" to do the redirect perminantly , and the folder forum03092011 can be deleted |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|