PDA

View Full Version : .htaccess redirection problem


J1mmy
02-13-2007, 05:37 PM
I am trying to create a 301 redirect using a htaccess file. I have done this once before on one of my sites, and it has worked perfectly. For some reason, it doesnt work this time. My line is:

redirect 301 /index.php http://domain.com/forum/forumindex.php

Are there any mistakes in that? Also, where should this file go, in the public_html folder or outside the public_html folder?

_Aerospace_Eng_
02-13-2007, 06:03 PM
It should go in the public_html folder. Also what type of server are you using? Apache or Windows?

J1mmy
02-13-2007, 07:32 PM
Im using Apache.

Its in both directories, I have no idea why this isnt working.

What other methods could I use

karlosio
02-17-2007, 10:41 AM
how about maybe trying


redirect permanent /index.php http://domain.com/forum/forumindex.php