Change Admin Url

How do i change my admin url and once changed do i have to alter any other code settings either in my site or server?

You can rename it. like 23332admin35267.php

You also need to change it in config.local.php to match the new admin name

Thanks so i rename the admin.php file and the config.local.php file to the new url and change nothing else.

Look in config.local for around line 80



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



Change admin.php to new name

Read this topic



[url=“CS-Cart Documentation — CS-Cart 4.15.x documentation”]CS-Cart Documentation — CS-Cart 4.15.x documentation

Thanks zeero6 very helpful.



Do you happen to know what the code is in a standard CsCart robots.txt file in the root ?

This is what I have in mine. Not sure what others have. Our site is for internal use only



User-agent: *

Disallow: /images/thumbnails/

Disallow: /app/

Disallow: /design/

Disallow: /js/

Disallow: /var/

Disallow: /store_closed.html

Ok i have added the following after speaking to a developer.



User-agent: *

Disallow: /images/thumbnails/

Disallow: /skins/

Disallow: /payments/

Disallow: /store_closed.html

Disallow: /core/

Disallow: /lib/

Disallow: /install/

Disallow: /js/

Disallow: /schemas/

Most below folders do not exist in 4x


[quote name='swifty' timestamp='1410474228' post='192040']

Ok i have added the following after speaking to a developer.



User-agent: *

Disallow: /images/thumbnails/

Disallow: /skins/

Disallow: /payments/

Disallow: /store_closed.html

Disallow: /core/

Disallow: /lib/

Disallow: /install/

Disallow: /js/

Disallow: /schemas/

[/quote]