summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README22
-rw-r--r--inc/footer.shtml2
-rw-r--r--template/index.html2
3 files changed, 13 insertions, 13 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.
diff --git a/inc/footer.shtml b/inc/footer.shtml
index 2b683ee..c435eb2 100644
--- a/inc/footer.shtml
+++ b/inc/footer.shtml
@@ -12,7 +12,7 @@
<!--#config timefmt="%Y" -->
<span id="copyright">&copy; <!--#echo var="DATE_LOCAL" --> Funkfeuer Graz</span>
<div id="sponsor">Mit freundlicher Unterstützung von / supported by: <br />
- <a href="http://www.kultur.graz.at/"><img src="images/kulturamtslogo.png" alt="Mit freundlicher Unterstützung vom Kulturamt der Stadt Graz" width="116" height="42" /></a>
+ <a href="http://www.kultur.graz.at/"><img src="/images/kulturamtslogo.png" alt="Mit freundlicher Unterstützung vom Kulturamt der Stadt Graz" width="116" height="42" /></a>
</div>
<div style="clear: both"></div>
</div>
diff --git a/template/index.html b/template/index.html
index d45940e..5d386e5 100644
--- a/template/index.html
+++ b/template/index.html
@@ -78,7 +78,7 @@
</div>
<span id="copyright">&copy; 2011 Funkfeuer Graz</span>
<div id="sponsor">Mit freundlicher Unterstützung von: <br />
- <a href="http://www.kultur.graz.at/"><img src="images/kulturamtslogo.png" alt="Mit freundlicher Unterstützung vom Kulturamt der Stadt Graz" width="116" height="42" /></a>
+ <a href="http://www.kultur.graz.at/"><img src="/images/kulturamtslogo.png" alt="Mit freundlicher Unterstützung vom Kulturamt der Stadt Graz" width="116" height="42" /></a>
</div>
<div style="clear: both"></div>
</div>