mirror of
https://github.com/skipperbent/simple-php-router.git
synced 2026-07-11 08:22:19 +00:00
5 lines
153 B
ApacheConf
5 lines
153 B
ApacheConf
RewriteEngine on
|
|
RewriteCond %{SCRIPT_FILENAME} !-f
|
|
RewriteCond %{SCRIPT_FILENAME} !-d
|
|
RewriteCond %{SCRIPT_FILENAME} !-l
|
|
RewriteRule ^(.*)$ index.php/$1 |