Quote Originally Posted by conor View Post
Hi,



That all looks okay. Which means it's probably something custom on your server I'm afraid.

You should be able to manually trace this by randomly outputting the contents of the server variables (using var_dump) and seeing where the index.php?main_page is being brought in. (Could be some mod changing the environment somehow, could be your webserver, I'm not sure).

Sorry I can't be of more help than that, but that's what I'd have to do in your situation to find out why that is happening and fix this behaviour.. on our server it sticks with / all the time (as it should do).

All the best..

Conor
ceon
So I found the var that calls it up $var_linksList[$i]['link'];
My template called for another template for those elements in tpl_ezpages_bar_header.php
Within there is where I found $var_linksList[$i]['link'];

Anyone know where those are called up? Or how to find it?