imnd/tachyon/master/.htaccess - Htaccess File

imnd/tachyon/master/.htaccess

RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond $1 !^(index.php|robots.txt|favicon.ico|(.*).css|(.*).js)
RewriteRule ^(.*)$ /index.php/$1 [L]

#uploading
php_value upload_max_filesize 300M
php_value post_max_size 300M
php_value memory_limit 2048M

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache