# faq
http://site.com/admin (opens new window) not working
Please make sure mod_rewrite installed on your server, if not please follow https://www.digitalocean.com/community/tutorials/how-to-set-up-mod_rewrite (opens new window)
site returns blank page
please make sure you provided enough permissions for storage folder
Disable debugbar
Debugbar is very useful while developing but usually we don't want to keep it in production,
so to do that open your .env file and set APP_DEBUG to false
i.e. from APP_DEBUG=true to APP_DEBUG=false