mattdanger/phalcon-restapi/master/app/.htaccess - Htaccess File

mattdanger/phalcon-restapi/master/app/.htaccess

AddDefaultCharset UTF-8

<IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteRule ^(.*)$ index.php?_url=/$1 [QSA,L]
</IfModule>

php_value session.gc_maxlifetime "86400"
php_value session.cookie_lifetime "0"
php_value post_max_size 128M
php_value upload_max_filesize 128M

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache