raulsuarezdabo/marketeam/master/web/.htaccess
php_value date.timezone "Europe/Madrid"
AddType text/x-component .htc
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !^(.*)$/blog
RewriteRule ^(.*)$ app.php [QSA,L]
</IfModule>
<IfModule mod_php5.c>
php_value max_execution_time 259200
</IfModule>
AddDefaultCharset utf-8
Files
