404 Not found : The requested UrL is not found on server : laravel 8 ISSUE when migrateing server

 


I resolved by doing the following: Check if there is a module called rewrite.load in your apache at:

cd /etc/apache2/mods-enabled/

If it does not exist execute the following excerpt:

sudo a2enmod rewrite

after that restart apache server 

sudo   systemctl reload  apache2 

source : https://stackoverflow.com/questions/28242495/laravel-the-requested-url-was-not-found-on-this-server

No comments:

Post a Comment

Pages