julbrygd/ceviCloud/master/public/.htaccess - Htaccess File

julbrygd/ceviCloud/master/public/.htaccess

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

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache