parent
a7d53a2c16
commit
2ccc1e58a9
|
@ -0,0 +1,6 @@
|
|||
RewriteEngine On
|
||||
RewriteBase /public
|
||||
|
||||
RewriteCond %{REQUEST_FILENAME} !-f
|
||||
RewriteCond %{REQUEST_FILENAME} !-d
|
||||
RewriteRule ^ index.php [QSA,L]
|
Loading…
Reference in New Issue