Admin Not Working on Localhost

admin

i am opening localhost/candle/admin in firefox, but The requested URL /candle/admin was not found on this server. error is coming. how i solve this problem? please help

Best Answer

First of all, don't use localhost as root url.
Use 127.0.0.1 or create a virtual host that has a dot in it. Something like magento.local.

And most probably you don't have the mod_rewrite enabled on your server.
Either enable it or call this url /candle/index.php/admin

Related Topic