Can't Access Administration Panel After Renaming Admin.php

Dear All,

I installed CS-Cart in the following root:

/public_html/trial123

so the homepage domain is www.ondustrial.com/trial123

and admin panel domain is www.ondustrial.com/trial123/admin.php and this worked properly

when I renamed admin.php to startup123.php and new admin panel domain became

www.ondustrial.com/trial123/startup.php I only accessed the first page of admin panel but when I

tried to access any other page in admin panel like settings, browser told me page not found error 404.

please advise what can I do?

attached screen shots

regards

Magdy Galal

result when trying to acces any page.jpg

first page of admin panel.jpg

Try www.ondustrial.com/trial123/startup123.php

Dear imago,

ok, this link will direct me to the first page of admin panel, but the problem is I can't go to any other page in the admin panel like attached second photo.

Did you make corresponding changes in the config.local.php file?

https://docs.cs-cart.com/4.9.x/install/security.html

I have already changed access permission for config.local.php but problem still exists

do you mean another change?

do you mean another change?

You should have this

$config['admin_index']    = 'startup123.php';

I have already changed access permission for config.local.php but problem still exists

do you mean another change?

I mean point #1.2

You should have this

$config['admin_index']    = 'startup123.php';

Dear Imago,

you mean that I should change this line inside config.local.php file?

I mean point #1.2

Sorry, I don't understand what do you mean.

Dear Imago,
you mean that I should change this line inside config.local.php file?


No, you should have this line there.

Sorry, I don't understand what do you mean.

Did you read the instruction carefully?

Open config.local.php file and replace

$config['admin_index']    = 'admin.php';

with

$config['admin_index']    = 'startup123.php';

Did you read the instruction carefully?

Open config.local.php file and replace

$config['admin_index']    = 'admin.php';

with

$config['admin_index']    = 'startup123.php';

ok, thanks!