]> src.bluestatic.org Git - bugdar.git/blob - admin/htaccess
Disable PDO options ATTR_EMULATE_PREPARES and ATTR_STRINGIFY_FETCHES.
[bugdar.git] / admin / 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]