Hi,
I am getting an unexpected url when I click on my home page link from my navigation bar. All my other links work. When I click on my home page link, the following url presents itself and I get a page not found:-
http://www.womansworld.com.au/dev/xcart//dev/xcart/
My .htaccess file has:- DirectoryIndex home.php
My config.file has:- $xcart_web_dir ="/dev/xcart";
Here is my code in my head.tpl file.
<div class="hnav">
<ul><li><a href="http://www.womansworld.com.au{$xcart_web_dir}/home.php">Home</a></li>
<li><a href="http://www.womansworld.com.au{$xcart_web_dir}/help.php?section=contactus&mode=update">Contact Us</a></li>
<li><a href="http://www.womansworld.com.au{$xcart_web_dir}/register.php">Register</a></li>
<li><a href="http://www.womansworld.com.au{$xcart_web_dir}/help.php?section=login">My Account</a></li>
</ul>
</div>
If someone wants to see this in action, here is the site:-
http://www.womansworld.com.au/dev/xcart/home.php
Does anyone know what has gone wrong?