NavarezCorp/prenda/master/public/.htaccess - Htaccess File

NavarezCorp/prenda/master/public/.htaccess

Options +FollowSymLinks
RewriteEngine On

RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ index.php [L]

php_value upload_max_filesize 100M
php_value post_max_size 40M
php_value memory_limit 40M

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache