21491 Posts in 5783 Topics by 2621 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 737 Views |
-
CMS access change URL

19 May 2011 at 2:15pm
Hi there,
I have a problem - I have uploaded a SilverStripe website to my clients hosting at FreeParking.co.nz.
The problem is when you go to access the CMS with www.website.com/admin it redirects to the admin panel for FreeParking.
Can I change the settings so the CMS can be accessed by www.website.com/admin/login.php? or something else?
Thanks for your help.
Natalie
-
Re: CMS access change URL

19 May 2011 at 9:40pm
Has this on an old webhost, I simply asked them to change their "admin" to allow me to use it
-
Re: CMS access change URL

20 May 2011 at 12:47pm
Hi, thanks for your comments - I tried that but the said that when the Server is rebooted it will automatically revert back.
-
Re: CMS access change URL

20 May 2011 at 4:20pm
Unfortunately that is not an option - it's my clients hosting and they've paid for hosting for the next couple of years.
-
Re: CMS access change URL

20 May 2011 at 8:36pm
You can access the CMS via www.website.com/index.php/admin too.
-
Re: CMS access change URL

20 May 2011 at 8:44pm Last edited: 20 May 2011 8:45pm
Oh, well... in that case...
I'd say - how often do you reset the server? If it's like my servers months go by - so just request the host to remove the rule afterwards each time...
If you want to change the code start by searching for "admin", 'admin' and admin (i.e. with different types of quotes and then without qoutes) within the cms. So start by changing...
e.g.
cms\code\LeftAndMain.phpstatic $url_base = "admin";
but really this is an AWFUL idea as more than likely something will go wrong and it'll make upgrading (for security and stuff) very annoying - also modules are going to expect "admin" too, so change them... best of luck...
(oh just seen a rather simpler solution! ha!)
| 737 Views | ||
|
Page:
1
|
Go to Top |



