Not for official support
We do not provide technical support in this forum.
If you want to contact our customer support, please use our support form.
You are not logged in.
Hi there
I want to change the /admin folder for security reasons, I have Shop-Script Premium.
I have a file called admin.php in the public folder, this changes it and accesses the back-end
however when I click a back end link the page is not found because it still has the /admin on the url
Thank you in advance
Karl
Offline
You can edit the link in file index.php.
Offline
Thanks Rat
Sorry to have to ask, but, which line should I amend, also should the admin.php file be also changed
Thanks
Karl
Offline
//show admin a administrative mode link
//if (isset($_SESSION["log"]) && !strcmp($_SESSION["log"], ADMIN_LOGIN))
// echo "<br><center><a href=\"admin.php\"><font color=red>".ADMINISTRATE_LINK."</font></a></center><p>";
If I change everything here to the new admin word, will it all work under the new name?
Thanks for your help Rat, appreciate
Offline
It will not, because that file name is used to generate form submission URLs for backend pages (
Offline