Skip to content

Instantly share code, notes, and snippets.

@dbox
Last active August 29, 2015 14:19
Show Gist options
  • Save dbox/7ad726f775112d181e9d to your computer and use it in GitHub Desktop.
Save dbox/7ad726f775112d181e9d to your computer and use it in GitHub Desktop.
cove htaccess
Options -Multiviews
RewriteEngine On
RewriteBase /
# 404 page
ErrorDocument 404 404.html
# Clean URLs
RewriteRule ^apartments$ /apartments.html [L]
RewriteRule ^amenities$ /amenities.html [L]
RewriteRule ^/$ /index.html [L]
RewriteRule ^contact$ /contact.html [L]
RewriteRule ^404$ /404.html [L]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment