gerbrand/gerbrand.github.io/gh-pages/.htaccess - Htaccess File

gerbrand/gerbrand.github.io/gh-pages/.htaccess

Options +MultiViews

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{HTTP_HOST} !^www.gerbrand-ict.nl [NC]
RewriteRule ^(.*)$ http://www.gerbrand-ict.nl/$1 [L,R=301]
RewriteRule ^(dddd/dd/)(dd/)([w-]*)/$ http://www.gerbrand-ict.nl/$1$3/ [L,R=301]
</IfModule>

On Github License

Files

Download PDF of Htaccess file
HTTP_HOST

Comments

Apache