hugomelo/ralsp/master/src/cake/app/webroot/.htaccess - Htaccess File

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>

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache