eduardobona/fishbow/master/public/.htaccess - Htaccess File

eduardobona/fishbow/master/public/.htaccess

RewriteEngine On
RewriteCond %{REQUEST_FILENAME} -s [OR]
RewriteCond %{REQUEST_FILENAME} -l [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^.*$ - [NC,L]
RewriteRule ^.*$ index.php [NC,L]

php_value memory_limit 20M
php_value upload_max_filesize 20M
php_value post_max_size 20M

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache