desabino/baseproject/master/src/Baseproject/public/.htaccess
# Habilitar o PHP 5.3
#AddType application/x-httpd-php53 .php
SetEnv APPLICATION_ENV development
SetEnv MAINTENANCE false
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} -s [OR]
RewriteCond %{REQUEST_FILENAME} -l [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^.*$ - [NC,L]
RewriteRule ^.*$ index.php [NC,L]
Files
