Quote:
Originally Posted by cd34
Code:
ErrorDocument 503 /sopa.html
RewriteEngine on
RewriteCond %{REQUEST_URI} !^/robots.txt$
RewriteCond %{REQUEST_URI} !^/sopa.html$
RewriteRule .* - [R=503,L]
is the correct version.
|

Working beautifully. Thanks cd!