removed old zone

This commit is contained in:
Steffen Vogel 2012-03-17 12:56:46 +01:00
parent 30ab353a10
commit 1d02c63f3f
2 changed files with 5 additions and 5 deletions

View file

@ -6,13 +6,13 @@ RewriteCond %{REQUEST_FILENAME} (/admin/get)\.(xml|html|gif|txt|csv|png|json) [O
RewriteCond %{REQUEST_FILENAME} (/admin/stats/types)\.(xml|html|gif|txt|csv|png|json)
RewriteRule .* %1.php?format=%2 [QSA]
RewriteCond %{QUERY_STRING} !zone=(0l.de|d.eta.li)
RewriteCond %{HTTP_HOST} (0l.de|d.eta.li)$ [NC]
RewriteCond %{QUERY_STRING} !zone=(0l.de)
RewriteCond %{HTTP_HOST} (0l.de)$ [NC]
RewriteRule (.*)(\?)? $1?zone=%1 [QSA]
RewriteCond %{QUERY_STRING} !host=[a-z0-9.-]+
RewriteCond %{HTTP_HOST} !^(d|dns|sddns|u|url)\.(0l.de|d.eta.li)$ [NC]
RewriteCond %{HTTP_HOST} ([a-z0-9.-]+)\.(0l.de|d.eta.li)$ [NC]
RewriteCond %{HTTP_HOST} !^(d|dns|sddns|u|url)\.(0l.de)$ [NC]
RewriteCond %{HTTP_HOST} ([a-z0-9.-]+)\.(0l.de)$ [NC]
RewriteRule (.*) $1?host=%1 [QSA]
ExpiresActive Off

View file

@ -14,7 +14,7 @@ $config['db']['tbl']['uris'] = $config['db']['tbl']['prefix'] . 'uris';
$config['sddns']['htpasswd'] = $site['path']['server'] . '/../.htpasswd';
$key = array('hmac' => 'gDlXSZtESw78I47O68UEigpPofn0XbpSpo5Vba+9IY38EYagPO/2C2Ch lZL+AvtN/ozRdra+p3+wLOKvVvqdrA==', 'name' => 'info.steffenvogel.de.');
$zones = array('0l.de', 'd.eta.li'); // , 'griesm.de', 'dynamic.steffenvogel.de');
$zones = array('0l.de');
$config['sddns']['ns']['hostname'] = 'ns0.0l.de';
$config['sddns']['ns']['port'] = 53;