2015-12-16 16:43:16 +03:00

5 lines
85 B
Plaintext

<VirtualHost *:80>
RewriteEngine on
RewriteRule ^/(.*) blah [R=503]
</VirtualHost>