If it's an Apache server then you would do it with an .htaccess file.
I figured, but the default .htaccess file that comes with laravel does not do that.
How do I make one that does?
I had a similar problem, I solved it by adding the line
RewriteBase /
after "RewriteEngine On".
Maybe that's what you need, too?
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community