|
|
|
|
|
|
|
|
|||||||
|
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
#15 |
|
a.k.a. Sparky
Join Date: Sep 2004
Location: West Palm Beach, FL, USA
Posts: 2,396
|
Code:
ErrorDocument 503 /sopa.html
RewriteEngine on
RewriteCond %{REQUEST_URI} !^/robots.txt$
RewriteCond %{REQUEST_URI} !^/sopa.html$
RewriteRule .* - [R=503,L]
__________________
SnapReplay.com a different way to share photos - iPhone & Android |
|
|
|
|
|