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