Is mod_rewrite enabled on your Apache server? If not, enable it and restart Apache.
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")
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community