leon-mbs/zippyerp/master/src/www/.htaccess - Htaccess File

leon-mbs/zippyerp/master/src/www/.htaccess

AddDefaultCharset UTF-8

DirectoryIndex index.php

AddType video/ogg .ogv
AddType video/mp4 .mp4
AddType video/webm .webm

RewriteEngine on
RewriteBase / 

#RewriteCond %{HTTPS} !on
#RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule .* /index.php [L,QSA]

On Github License

Files

Download PDF of Htaccess file
HTTP_HOST, HTTPS, REQUEST_FILENAME, REQUEST_URI

Comments

Apache