Quote:
I forgot to mention that I had CDSEO installed for me a few weeks back
|
There you go.
Try this:
INSTEAD OF:
Code:
<ul><li><a href="http://www.womansworld.com.au{$xcart_web_dir}/home.php">Home</a></li>
Try:
Code:
<ul><li><a href="/">Home</a></li>
You do not need the full http:// in every navbar link.
The other code is doing the work.