AmericanCouncils/AyamelResourceApiServer/master/web/.htaccess - Htaccess File

AmericanCouncils/AyamelResourceApiServer/master/web/.htaccess

<IfModule mod_rewrite.c>
    RewriteEngine On

    #<IfModule mod_vhost_alias.c>
    #    RewriteBase /
    #</IfModule>

    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteRule ^(.*)$ index.php [QSA,L]
</IfModule>

php_value upload_max_filesize 200M
php_value post_max_size 200M
php_value max_execution_time 2000
php_value max_input_time 2000

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache