Hi there.
whats the difference between root path and base url ?
I have a website say test.com in there is the main index.php file
In this directory i have a subfolder called sample also with an index.php file
on all the other pages will be a link back to the homepage.
<a href="index.php"> Home</a>
if i wanted to link back to the folder index.php file and not the root index.php file is this the correct link ?
<a href="<? BASE_URL;?>index.php"><h2>Home</h2></a>