mirror of
https://github.com/skipperbent/simple-php-router.git
synced 2026-06-17 08:47:52 +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 |