Open scanty opened 8 years ago
Did you ever get your issue resolve?
Any solutions for this issue out there
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
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?