Log in

View Full Version : url redirect .htaccess


Baitona
08-23-2012, 08:01 AM
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

ShawneyJ
08-24-2012, 12:19 AM
in your folder called "forum03092011" cant you create a .htaccess file redirect and add:
RewriteEngine On
RewriteRule (.*) http://www.baitona.net/forum/$1 [L,R=301]

??

Baitona
08-24-2012, 05:48 AM
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