hugomelo/ralsp/master/src/cake/app/webroot/.htaccess
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php?url=$1 [B,QSA,L]
</IfModule>
#php_value upload_max_filesize 10M
#php_value max_post_size 15M
<IfModule mod_php5.c>
php_value max_execution_time 300
</IfModule>
Files
