apache-formula/apache/files/Debian/sites-available/000-default.conf

4 lines
84 B
Plaintext
Raw Normal View History

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