mirror of
https://github.com/dannyvankooten/AltoRouter.git
synced 2025-02-22 05:02:51 +01:00
3 lines
81 B
ApacheConf
3 lines
81 B
ApacheConf
|
RewriteEngine On
|
||
|
RewriteCond %{REQUEST_FILENAME} !-f
|
||
|
RewriteRule . index.php [L]
|