Created
May 7, 2013 23:00
-
-
Save spacegauch0/5536880 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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