Hello
At the moment i'm hosting a new project with laravel. I uploaded my folder to the root but I can only run my website with: http://baraboire.be/httpdocs/
When I replace the index file from httpdocs to the root, my css files are missing + I can't find url http://baraboire.be/boeken/ this works for now: http://baraboire.be/httpdocs/boeken
Try this:
Add following lines in .htaccess
file:
RewriteEngine On
RewriteBase /
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community