We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d965a7 commit 71bf48cCopy full SHA for 71bf48c
public/.htaccess
@@ -3,4 +3,5 @@ RewriteEngine On
3
RewriteBase /
4
RewriteCond %{REQUEST_FILENAME} !-f
5
RewriteCond %{REQUEST_FILENAME} !-d
6
+RewriteCond %{REQUEST_FILENAME} !-l
7
RewriteRule ^(.*)$ index.php?$1 [L,QSA]
0 commit comments