I change the index.php file path public to root. After adding .htaccess file in root path (laravel 5.7) every page working fine. But in laravel 5.8 when I click another page it's showing 404 Not Found.
My .htaccess file is below
<IfModule mod_rewrite.c>
Options +FollowSymLinks
RewriteEngine On
Send request via index.php
RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d`` RewriteRule ^(.*)$ index.php/$1 [L]
via Chebli Mohamed
Aucun commentaire:
Enregistrer un commentaire