Quote Originally Posted by yellow1912 View Post
Strange enough, your configure.php looks correct.
Yet the link still leads to /admin, and we know that the link is not hard coded, it uses zen default function to generate, so it's weird how it doesnt work for you.

The only explanation that may make any sense is that there is something changed in your store config that causes zen_href_link to work incorrectly. It's not possible for me to know exactly what has been changed on your store file. But one solution for that is to change the link from "aboslute" to relative, so you have to open your admin/ssu.php and find
PHP Code:
<?php echo zen_href_link(FILENAME_SSU,'action=reset_cache&folder=all'); ?>
Then change to
PHP Code:
ssu.php?action=reset_cache&folder=all 
Do the same for other links.
Thanks for that.

It is very strange. It's only the first two that are swapped, all the other links are OK.