Page 1 of 1

Change url to admin console

Posted: Thu May 24, 2018 7:01 pm
by musicscore
Hey.
I want to change the admin url to:

Code: Select all

 https://www.{mysite}.nl/adminconsole
So I put this in the config.php file :

[/$config['admin_url'] = 'https://www.{mysite}.nl/adminconsole'

I renamed the admin folder to adminconsole.

When I now go the the adminconsole I get in internal error 500

What else do I need to change to change the admin url ?

Re: Change url to admin console

Posted: Thu May 24, 2018 10:18 pm
by Rolf

[Solved] Re: Change url to admin console

Posted: Fri May 25, 2018 11:32 am
by musicscore
Thanx Rolf,

Now it is working.