By default you can access Craft on a site by visiting /admin. How can I change the URL for this to something else?
For example: /new-url
By default you can access Craft on a site by visiting /admin. How can I change the URL for this to something else?
For example: /new-url
You can edit this in the general config https://craftcms.com/docs/config-settings#cpTrigger
return array(
'cpTrigger' => new-url,
);