summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorChristian Pointner <equinox@ffgraz.net>2013-11-19 00:59:43 +0000
committerChristian Pointner <equinox@ffgraz.net>2013-11-19 00:59:43 +0000
commitc4da049c0bdae9f0358852a1e2527aec594f7bfe (patch)
tree3e5070637ebe4b9b202d454213546d1a7fd5c99f /README
parent297c1d10369e73f97bf9f155b44879e652190b23 (diff)
added right/left circular polarization
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 0a685a1..b2b9d1f 100644
--- a/README
+++ b/README
@@ -24,7 +24,7 @@ Add the following to you Apache2 Vhost config:
RewriteRule ^/([^/]*)\.html$ /index.shtml [env=LANG:de,env=SITE:$1,PT]
RewriteRule ^/(de|en|si|hu)/$ /index.shtml [env=LANG:$1,env=SITE:index,PT]
RewriteRule ^/(de|en|si|hu)/([^/]*)\.html$ /index.shtml [env=LANG:$1,env=SITE:$2,PT]
- RewriteRule ^/([vh])([1-9]|(1[0-3]))$ /essid.shtml [env=LANG:de,env=CHAN:$2,env=POL:$1,PT]
+ RewriteRule ^/([vhrl])([1-9]|(1[0-3]))$ /essid.shtml [env=LANG:de,env=CHAN:$2,env=POL:$1,PT]
You might need to enable the Rewrite and Include Module.