PDA

View Full Version : .htaccess redirects


ImportPassion
05-16-2004, 10:54 PM
Ok, i have searched and tried and can't get what I need to work.

I need to make anyone that goes to

www.website.com/index.php (http://www.website.com/index.php) or website.com/index.php go to

new.website.com/index.php

also need anyone going to
www.website.com/forums/* (http://www.website.com/forums/*) or website.com/forums/* or
www.website.com/memberrides/* (http://www.website.com/memberrides/*) or website.com/memberrides/*

to redirect to
new.website.com/forums/* and
new.website.com/memberrides/* respectively.

Thanks,
Derek

Xenon
05-17-2004, 04:12 PM
put that into your root dir, for the first one:

Redirect permanent /index.php http://new.website.com/index.php

i'm not sure about the other ones, no idea about parameter using ^^