Laragon problème de route
Posté : 23 mai 2018, 21:53
Bonjour à tous,
J'ai un problème de route avec laragon, par défaut il me renvoi au index.php du www.
Par exemple j'ai dans www/test/sitePHP/public
si dans le navigateur je fais http://localhost/test/sitePHP/public/ alors cela me renvoit au index.php racine avec la page d'accueil laragon mais si je fais http://localhost/test/sitePHP/public/index.php alors la j'ai bien accès au bon fichier index.php
Merci de votre aide.
J'ai un problème de route avec laragon, par défaut il me renvoi au index.php du www.
Par exemple j'ai dans www/test/sitePHP/public
Code : Tout sélectionner
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_URI} !^.*\.(jpg|css|js|gif|png)$ [NC]
RewriteCond %{REQUEST_URI} !^.robots\.txt$ [NC]
RewriteRule ^.*$ index.php [END]
Merci de votre aide.