custom admincp and modcp url's
When upgrading to vb5, it asked me what I wanted as my admincp and modcp urls. i put adm1n and m0dcp. (note the 1 and 0 instead of i and o).
Somehow it's not working correctly.
In core/includes/config.php they are defined as adm1ncp and m0dcp.
The folders in forums/core are named "admincp" and "modcp". The url's "forum/admincp" and "forums/modcp" work, but "forums/adm1ncp" and "forums/m0dcp" doesn't. They give "Invalid Page URL".
The admincp and modcp links in the bottom footer work. They don't have the 0 and 1 in the links. The admincp link at the top left (site editor) points to adm1ncp and does not work.
If I rename the folders in core to adm1ncp and m0dcp, then I can't get to them at all.
I'm unsure how to resolve this to make it work with the custom urls..
Thanks.
|