jonathanhook/MakingTheInvisibleVisible/master/Website/.htaccess - Htaccess File

jonathanhook/MakingTheInvisibleVisible/master/Website/.htaccess

RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule .* index.php/$0 [PT,L]

php_value memory_limit 256M 
php_value post_max_size 500M
php_value upload_max_filesize 500M

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache