When I am navigating through my site the links do not format as they do in a browser. For example.
I am on this page (in the pagelime editor) http://www.ascentdental.com/index.php5 and I want to go to this page http://www.ascentdental.com/about/index.php by clicking on an 'about' link. Pagelime takes me to http://www.ascentdental.com/index.php//about/index.php instead.
My links are embedded in an include file and the href is formatted as
href="/about/index.php"
This is one example but the other links in the site i am working act the same as this example.
What can I do?