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

Hi there,

did you activate apache mod_rewrite module? Otherwise all your routing goes through index.php like so:

// "http://your-domain.com/index.php/hello

if mod_rewrite is not active, this might not work:

// "http://your-domain.com/home

because this route actually does not exist.

You can check if mod_rewrite is loaded by running

phpinfo(INFO_MODULES);

In the apache2handler section look under "Loaded Modules" and check if mod_rewrite is listed.

Last updated 2 years ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

rasez rasez Joined 7 Apr 2014

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.