diff .htaccess @ 34:b775179be3d4

RewriteRule for index.html and changed logo-link to "/" Changed Demoanwendung to Demoversion in contact.html Changed index.psp: don't remove word wrap
author Mathias Gebbe <mgebbe@intevation.de>
date Tue, 04 Mar 2014 15:45:51 +0100
parents 960c044010e5
children 52a04c9999b0
line wrap: on
line diff
--- a/.htaccess	Mon Mar 03 18:40:53 2014 +0100
+++ b/.htaccess	Tue Mar 04 15:45:51 2014 +0100
@@ -4,3 +4,7 @@
 
 AddDefaultCharset UTF-8
 DirectoryIndex index.psp
+
+# Nobody should see the index.html
+RewriteEngine On
+RewriteRule  ^index\.html$ $1/index.psp [R]
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)