Support the ongoing development of Laravel.io →
Configuration Architecture
Last updated 1 year ago.
0

Is mod_rewrite enabled on your Apache server? If not, enable it and restart Apache.

Last updated 1 year ago.
0

Thank you! You helped me alot!
The mod was enabled but i still had to allow it for certain Directories in one of the configs!
For future reference: I've added the following entry to the apache.conf file:

<Directory /var/www/project_x/laravel/public>
	Options Indexes FollowSymLinks
	AllowOverride All
	Require all granted
</Directory>

The Directory is the one i declared as my root directory in the default.conf (with "DocumentRoot /var/www/tcrafter/laravel/public")

Last updated 1 year ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

meneman meneman Joined 7 May 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.