Skip to content

Commit c6fdc79

Browse files
committed
added .htaccess
1 parent 5a4be55 commit c6fdc79

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/public/.htaccess

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
RewriteEngine On
2+
RewriteCond %{REQUEST_FILENAME} !-f
3+
RewriteCond %{REQUEST_FILENAME} !-d
4+
RewriteRule ^ index.php [QSA,L]

0 commit comments

Comments
 (0)