Answer the question
In order to leave comments, you need to log in
What is the problem with htaccess laravel?
Please tell me, I have laravel 5.2 on xampp, but for some reason htaccess, which is in the public folder, does not want to display this folder, and when I demolish it (htaccess), everything works right away, I understand that this is not correct, but what I can’t catch up with the problem, please tell
me htaccess code
<IfModule mod_rewrite.c>
<IfModule mod_negotiation.c>
Options -MultiViews
AllowOverride All
</IfModule>
RewriteEngine On
DirectoryIndex index.php
# Redirect Trailing Slashes...
RewriteRule ^(.*)/$ /$1 [L,R=301]
# Handle Front Controller...
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ index.php [L]
</IfModule>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question