charliekuldip/ablebaker-site/master/.htaccess - Htaccess File

charliekuldip/ablebaker-site/master/.htaccess

AddType image/svg+xml .svg .svgz

AddType video/ogg .ogm
AddType video/ogg .ogv
AddType video/ogg .ogg
AddType video/webm .webm
AddType video/mp4 .mp4

# BEGIN WordPress

# END WordPress

RewriteEngine on
RewriteCond %{HTTP_HOST} ^ablebaker.tv [OR]
RewriteCond %{HTTP_HOST} ^able-bakernyc.com [OR]
RewriteCond %{HTTP_HOST} ^able-bakerny.com
RewriteRule ^(.*)$ http://ablebaker-nyc.com/$1 [R=permanent,L]

On Github License

Files

Download PDF of Htaccess file
HTTP_HOST

Comments

Apache