IanLunn/grunt-sequence-themes/master/demo-assets/.htaccess - Htaccess File

IanLunn/grunt-sequence-themes/master/demo-assets/.htaccess

RewriteEngine On
RewriteBase /

# Redirect to sequencejs.com if trying to access the top level demo.sequencejs.com
RewriteCond %{HTTP_HOST} demo.sequencejs.com$ [NC]
RewriteRule ^/?$ http://sequencejs.com/ [L,R=301]

On Github License

Files

Download PDF of Htaccess file
HTTP_HOST

Comments

Apache