So this is my directory structure
/
/test
index.php
blah.php
blah.php
So in /test/index.php
I have a link such as this
<a href="/blah.php">Link</a>
but I want it to link to /test/blah.php
, not the blah.php
in the root directory. Basically, I want to set a local document root. Is this possible to set this using .htaccess
or in the httpd.conf
?