All modules can now check whether they're installed, and Doctrine is set to debugging...
[pivip.git] / project / .htaccess
blobed07496b8b1c8467798c02876bccad14925d225d
1 <IfModule mod_rewrite.c>
2 RewriteEngine on
3 RewriteRule !\.(js|ico|gif|jpg|jpeg|png|css)$ index.php
4 </IfModule>
6 php_flag magic_quotes_gpc off
7 php_flag register_globals off
8 php_flag short_open_tag on
10 php_flag default_charset "utf-8"