3 lines
80 B
3 lines
80 B
2 years ago
|
RewriteEngine on
|
||
|
RewriteCond %{REQUEST_FILENAME} !-f
|
||
|
RewriteRule . index.php [L]
|