lonnieezell / Bonfire

Jumpstart your CodeIgniter web applications with a modular, HMVC-ready, backend.
http://cibonfire.com
1.39k stars 524 forks source link

Unable to setup bonfire with WAMP server #1233

Open scanty opened 8 years ago

scanty commented 8 years ago

Hi,

I m trying to install bonfire on my WAMP setup and getting error:

**Oops!

Your Web Root should be set to the public folder, but it's not. It's pointing to the Bonfire Root folder.

See below for an example of how your site should be set up in Apache:

<VirtualHost *:80> DocumentRoot "[...]/htdocs/Bonfire_Root/public" ServerName Bonfire.Root ServerAlias Bonfire.Root.local **

I have updated DB settings for bonfire and added virtual host setting in apache config

I have added virtual host setting as: <VirtualHost *:80> ServerName bonfire DocumentRoot c:/wamp/www/bonfire/public <Directory "c:/wamp/www/bonfire/public/"> Options Indexes FollowSymLinks MultiViews AllowOverride All Require local

WAMP console confirms a virtual host named 'bonfire' being present but accessing the same lands me on a page with same error.

Is this an issue or I am missing something?

cosmomathieu commented 6 years ago

Did you ever get your issue resolve?

masete commented 5 years ago

Any solutions for this issue out there

silverark commented 5 years ago

If you set your server name to 'bonfire', you may need to add 'bonfire' to your hosts file.

https://support.rackspace.com/how-to/modify-your-hosts-file/

Then type 'bonfire' in your browser as the url. Whenever you change the vhost file, make sure you restart Apache too