c877913b3c28f8d38d34161cffa72d5393209953
[bugdar.git] / htaccess
1 # TODO(port): Move this to BUGDAR_ROOT.
2 RewriteEngine on
3 RewriteCond %{REQUEST_FILENAME} !-f
4 RewriteCond %{REQUEST_FILENAME} !-d
5 RewriteRule (.*) index.php/$1 [QSA]