News:

The "Support Requests" forum is now viewable by guests.

Main Menu

htaccess redirect not working

Started by x, January 02, 2006, 08:47:26 PM

Previous topic - Next topic

x

right, i dont quite understand this because it is so simple.

i have an htaccess file with the following in:

Redirect /xyz.php http://www.domain.com/xyz/

i deleted the xyz.php file and made a folder xyz/ with an index.php file in it.

i get a 404 error everytime i go to xyz.php and it doesnt redirect me to xyz/

any ideas?

x

if any one else has this problem it was just me being stupid and was simply solved by directing it to a file.

Redirect /xyz.php http://www.domain.com/xyz/index.php