Support the ongoing development of Laravel.io →
Requests Testing
Last updated 2 years ago.
0

This sounds like an apache related problem (since you seem to have defined your route correctly).

My first to checks here would be:

  1. Is mod_rewrite enabled? Without this your .htaccess won't be used.

  2. Are you allowing rewrites within your virtual host declarations and in your config? (Sorry you didn't mention how well you know apache).

  3. Are your laravel folder permissions correctly set? (See https://laravel.com/docs/5.2/installation in the section on directory permissions). [I circumvented this problem by changing my apache user to match my user - but probably wouldn't do this in production].

0

Sign in to participate in this thread!

Eventy

Your banner here too?

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.