daux.io/.htaccess

10 lines
223 B
ApacheConf
Raw Normal View History

2013-06-03 15:32:55 +02:00
php_flag display_startup_errors on
php_flag display_errors on
php_flag html_errors on
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule .* index.php [L,QSA]