I'm using Codeigniter.I want to set href attr to something like :
<a href="/contact.html" >Contact</a>
But i get 404 error because i should write
<a href="./contact.html">Contact</a>.
Where is some thing to fix this problem.
Any help please.