ErrorDocument 503 /sopa.html RewriteEngine on RewriteCond %{REQUEST_URI} !^/robots.txt$ RewriteCond %{REQUEST_URI} !^/sopa.html$ RewriteRule .* - [R=503,L]