1
0
mirror of https://github.com/dannyvankooten/AltoRouter.git synced 2025-07-09 19:06:29 +02:00
Files
php-altorouter/examples/basic/.htaccess
2014-03-08 11:47:18 +01:00

4 lines
81 B
ApacheConf

RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule . index.php [L]