Skip to content

Instantly share code, notes, and snippets.

@colorful-tones
Created June 11, 2013 14:56
Show Gist options
  • Save colorful-tones/5757547 to your computer and use it in GitHub Desktop.
Save colorful-tones/5757547 to your computer and use it in GitHub Desktop.
301 & www .htaccess
RewriteEngine On
RewriteBase /
#RewriteCond %{HTTP_HOST} !^www.harmony-group.com [NC]
#RewriteRule ^(.*)$ http://www.harmony-group.com/$1 [L,R=301]
RewriteRule ^about.html /about-us/ [L,R=301]
RewriteRule ^residential.html /luxury-apartments/ [L,R=301]
RewriteRule ^commercial.html /luxury-office-space/ [L,R=301]
RewriteRule ^storage.html /self-storage-facilities/ [L,R=301]
RewriteRule ^childcare.html /child-care/ [L,R=301]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment