Hi,
Is there a way to make .htaccess tell a folder to act as the lowest level? What I mean is this, say you have a folder like so:
/about/ /contact/ /css/ /images/ .htaccess index.php header.php
If they are at /contact/index.php
, then if I have <a href="../index.php">Home</a>
to go to the home page, it works all fine, but if they are on the actual main page, it will try to go a directory lower.
The reason is because Im trying to test sites in sub-folders.