Skip to content

Commit f6ca858

Browse files
committed
Add .htaccess in public folder
1 parent e8d85a1 commit f6ca858

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: public/.htaccess

+4
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

0 commit comments

Comments
 (0)