Set the PDO error mode to throw warnings.
[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]