FreePgs.com Forum

FreePgs Related => Support Requests => Topic started by: x on January 02, 2006, 08:47:26 PM

Title: htaccess redirect not working
Post by: x on January 02, 2006, 08:47:26 PM
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?
Title: Re: htaccess redirect not working
Post by: x on January 03, 2006, 05:25:35 PM
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