Skip to content

Instantly share code, notes, and snippets.

@spacegauch0
Created May 7, 2013 23:00
Show Gist options
  • Select an option

  • Save spacegauch0/5536880 to your computer and use it in GitHub Desktop.

Select an option

Save spacegauch0/5536880 to your computer and use it in GitHub Desktop.
RewriteEngine on
# Hide Directories
Options -Indexes
# Redirects
ErrorDocument 404 http://www.pixel2html.net/
ErrorDocument 401 http://www.pixel2html.net/
ErrorDocument 403 http://www.pixel2html.net/
RewriteCond %{HTTP_HOST} ^pixel2wp.com$ [OR]
RewriteCond %{HTTP_HOST} ^www.pixel2wp.com$
RewriteRule ^/?$ "http\:\/\/www\.pixel2html\.net" [R=301,L]
RewriteCond %{HTTP_HOST} ^p2h.it$ [OR]
RewriteCond %{HTTP_HOST} ^www.p2h.it$
RewriteRule ^/?$ "http\:\/\/www\.pixel2html\.net" [R=301,L]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment