summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorChristian Pointner <equinox@ffgraz.net>2011-05-08 23:42:15 +0000
committerChristian Pointner <equinox@ffgraz.net>2011-05-08 23:42:15 +0000
commit8d3c6d33f2bc9290a02567051f21bf50fa0267fa (patch)
treed141d75806128864db5469bc8840fe9eda46c5d4 /README
parentfae0cff3083f026e9e218994fd9f2deca81432ad (diff)
fixed image src
Diffstat (limited to 'README')
-rw-r--r--README22
1 files changed, 11 insertions, 11 deletions
diff --git a/README b/README
index 2b424a4..be5c2c0 100644
--- a/README
+++ b/README
@@ -11,20 +11,20 @@ Add the following to you Apache2 Vhost config:
AllowOverride None
</Directory>
<Directory /var/www>
- AddType text/html .shtml
- AddOutputFilter INCLUDES .shtml
- Options FollowSymlinks MultiViews +Includes
- AllowOverride None
- Order allow,deny
- Allow from all
+ AddType text/html .shtml
+ AddOutputFilter INCLUDES .shtml
+ Options FollowSymlinks MultiViews +Includes
+ AllowOverride None
+ Order allow,deny
+ Allow from all
</Directory>
-
RewriteEngine on
- RewriteRule ^/$ /index.shtml [env=LANG:de,env=SITE:index,PT]
- RewriteRule ^/([^/]*)\.html$ /index.shtml [env=LANG:de,env=SITE:$1,PT]
- RewriteRule ^/(de|en)/([^/]*)\.html$ /index.shtml [env=LANG:$1,env=SITE:$2,PT]
- RewriteRule ^/([vh])([1-9]|(1[0-3]))$ /essid.shtml [env=CHAN:$2,env=POL:$1,PT]
+ RewriteRule ^/$ /index.shtml [env=LANG:de,env=SITE:index,PT]
+ RewriteRule ^/([^/]*)\.html$ /index.shtml [env=LANG:de,env=SITE:$1,PT]
+ RewriteRule ^/(de|en)/$ /index.shtml [env=LANG:$1,env=SITE:index,PT]
+ RewriteRule ^/(de|en)/([^/]*)\.html$ /index.shtml [env=LANG:$1,env=SITE:$2,PT]
+ RewriteRule ^/([vh])([1-9]|(1[0-3]))$ /essid.shtml [env=CHAN:$2,env=POL:$1,PT]
You might need to enable the Rewrite and Include Module.