Skip to content

Commit 71bf48c

Browse files
committed
Added configuration to the .htaccess file to ignore symbolic links when rewriting the URL
1 parent 2d965a7 commit 71bf48c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

public/.htaccess

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ RewriteEngine On
33
RewriteBase /
44
RewriteCond %{REQUEST_FILENAME} !-f
55
RewriteCond %{REQUEST_FILENAME} !-d
6+
RewriteCond %{REQUEST_FILENAME} !-l
67
RewriteRule ^(.*)$ index.php?$1 [L,QSA]

0 commit comments

Comments
 (0)