martijnvermaat/kjew-website/master/www/.htaccess - Htaccess File

martijnvermaat/kjew-website/master/www/.htaccess

AddType text/css .css
AddType application/x-javascript .js
AddType "application/xhtml+xml; charset=utf-8" .xhtml
AddType "text/html; charset=utf-8" .html

DirectoryIndex index.html index.php

ErrorDocument 404 /404.html

RewriteEngine On
RewriteCond %{HTTP_HOST} ^a6.kjew.nl$
RewriteCond %{REQUEST_URI} !^/a6/
RewriteRule (.*) /a6/$1

On Github License

Files

Download PDF of Htaccess file
HTTP_HOST, REQUEST_URI

Comments

Apache