sathit/mvc/master/.htaccess - Htaccess File

sathit/mvc/master/.htaccess

AddType text/x-component .htc
AddType video/ogg .ogv
AddType video/mp4 .mp4
AddType video/webm .webm

RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache