SimpleRouter/.htaccess

10 lines
170 B
ApacheConf
Raw Normal View History

2015-09-10 06:37:52 -05:00
DirectoryIndex index.php
RewriteEngine on
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php [QSA]