Page 1 of 1

How to go back to admin panel in bolt CMS ?

Posted: Wed Dec 30, 2015 12:12 am
by gautamz07
I have bolt installed in my htdocs folder and when i opened bolt the first time i was redirected to the admin panel, then i clicked on a link that opened my site on the following URL:

http://localhost:8080/boltCMS/

But now how do i go back to the bolt admin panel ?

Re: How to go back to admin panel in bolt CMS ?

Posted: Wed Dec 30, 2015 8:09 am
by Celauran
The admin panel defaults to /bolt, so I suspect localhost:8080/boltCMS/bolt will get you there. It is, however, configurable in your config.yml file, so if /bolt doesn't work, check there.

Re: How to go back to admin panel in bolt CMS ?

Posted: Wed Dec 30, 2015 8:10 am
by Celauran
As an aside, I have found that using virtual hosts for projects has been far more pleasant than dumping everything under a common root.

Re: How to go back to admin panel in bolt CMS ?

Posted: Wed Dec 30, 2015 9:54 am
by gautamz07
Thanks celauran :) perfect :P
As an aside, I have found that using virtual hosts for projects has been far more pleasant than dumping everything under a common root.
I am sure your right , i'll think about shifting to that method once i am past the basics.

Thanks alot :)