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 ?
How to go back to admin panel in bolt CMS ?
Moderator: General Moderators
Re: How to go back to admin panel in bolt CMS ?
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 ?
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 ?
Thanks celauran
perfect 
Thanks alot
I am sure your right , i'll think about shifting to that method once i am past the basics.As an aside, I have found that using virtual hosts for projects has been far more pleasant than dumping everything under a common root.
Thanks alot