View Single Post
  #1  
Old 10-13-2007, 09:34 PM
  scoobie's Avatar 
scoobie scoobie is offline
 

Advanced Member
  
Join Date: Dec 2006
Location: Sydney
Posts: 84
 

Default Incorrect home page link on Nav Bar

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?
__________________
X-CART 4.1.8 (Add-Ons: onSale, CDSEO, AOM, Thickbox)
PHP 4.4.4
SQL 4.1.21
Linux O/S
Reply With Quote