security-funding/security-funding.github.io/master/.htaccess - Htaccess File

security-funding/security-funding.github.io/master/.htaccess

RewriteEngine On
RewriteCond %{THE_REQUEST} ^.*/index.html
RewriteRule ^(.*)index.html$ http://security-funding.com/$1 [R=301,L]

RewriteCond %{HTTP_HOST} ^security-funding.com [NC]
RewriteRule ^(.*)$ http://www.security-funding.com/$1 [L,R=301]

On Github License

Files

Download PDF of Htaccess file
HTTP_HOST, THE_REQUEST

Comments

Apache