I have all my pages in my htdocs folder. within that folder is a template folder which only contains one template. this one template is the template for all my pages . I tried to make a new link on my template and the link looks like this
<a href='index.php'>Home</a>
thats what it looks like in my main template. It then updates it too all the pages but on all the pages it looks like this
<a href='template/index.php'>Home</a>
Which gives it a bad link. How do I change that.
PLUS!
I also moved template out of the template folder and put it in htdocs. but then i moved it back. Now dreamweaver is looking for it to be in htdocs every time i try to save it which results to a error. How do I tell dreamweaver that my template is in the template folder so it wont act like a idiot everytime I save it