right, i dont quite understand this because it is so simple.
i have an htaccess file with the following in:
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?
i have an htaccess file with the following in:
Code Select
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?