mahonrig/glry/master/.htaccess - Htaccess File

mahonrig/glry/master/.htaccess

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ index.php [QSA,L]
</IfModule>

php_value upload_max_filesize 10M
php_value post_max_size 20M
php_value memory_limit 64M

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache