Knowledge Base   /   PHP   /   Laravel

Laravel the requested url was not found on this server

Posted on 18 January 2023 01:46 pm
sudo nano /etc/apache2/sites-available/000-default.conf

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

sudo a2enmod rewrite
apache - laravel the requested url was not found on this server - Stack Overflow