4 lines
95 B
Plaintext
4 lines
95 B
Plaintext
RewriteEngine On
|
|
RewriteCond %{REQUEST_FILENAME} !-f
|
|
RewriteRule ^ public/index.php [QSA,L]
|