How to go back to admin panel in bolt CMS ?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
gautamz07
Forum Contributor
Posts: 331
Joined: Wed May 14, 2014 12:18 pm

How to go back to admin panel in bolt CMS ?

Post 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 ?
User avatar
Celauran
Moderator
Posts: 6427
Joined: Tue Nov 09, 2010 2:39 pm
Location: Montreal, Canada

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

Post 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.
User avatar
Celauran
Moderator
Posts: 6427
Joined: Tue Nov 09, 2010 2:39 pm
Location: Montreal, Canada

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

Post 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.
User avatar
gautamz07
Forum Contributor
Posts: 331
Joined: Wed May 14, 2014 12:18 pm

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

Post 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 :)
Post Reply