--- /dev/null
+RewriteEngine on
+RewriteCond %{HTTP_HOST} ^(www\.)?triestemuziek\.nl$ [NC]
+RewriteRule ^(.*)$ http://triest.martlubbers.net/$1 [L,P]
+RewriteCond %{HTTP_HOST} ^(www\.)?cloogle\.org$ [NC]
+RewriteRule ^(.*)$ http://cloogle.martlubbers.net/$1 [L,P]
+RewriteCond %{HTTP_HOST} ^(www\.)?beeallfree\.nl$ [NC]
+RewriteRule ^(.*)$ http://bee.martlubbers.net/$1 [L,P]
+++ /dev/null
-martlubbers.net
-===============
-
-martlubbers.net
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<style>
- body {
- font-family: monospace;
- font-size: 150%;
- }
td {
vertical-align: top;
}
--- /dev/null
+#!/bin/sh
+rsync -vtr --exclude=bee --exclude=cloogle --exclude=\.git --delete . martlubbers.net:public_html/
<meta name="viewport" content="width=device-width, initial-scale=1" />
</head>
<body>
- Home page of the record label Trieste Muziek.
+ <p>Home page of the record label Trieste Muziek.</p>
+ <p>For inquiries please contact <code>mart@triestemuziek.nl</code>.</p>
</body>
</html>