Quote Originally Posted by yellow1912 View Post
This is how your ssu admin link is generated:
zen_href_link(FILENAME_SSU,'action=reset_cache&folder=aliases')

As you can see, it relies on zen_href_link, the default zencart function to generates link. This function relies on configure.php to generate links correctly.

If the link is wrong, your setting is wrong, period. There is nothing to argue here.

You have to check both the includes/configure.php and your current_admin/includes/configure.php to make sure they are all correct. It MUST BE WRONG somewhere in one of those 2 files.
OK, thanks. Do you have any idea what this might be in either of those files?