# HG changeset patch # User Mathias Gebbe # Date 1393944351 -3600 # Node ID b775179be3d4b99f9da6ea3f8bff3b2a5f9481f5 # Parent 86216e9d75b19c71a785fc54ef857629bb15c400 RewriteRule for index.html and changed logo-link to "/" Changed Demoanwendung to Demoversion in contact.html Changed index.psp: don't remove word wrap diff -r 86216e9d75b1 -r b775179be3d4 .htaccess --- 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] diff -r 86216e9d75b1 -r b775179be3d4 contact.html --- a/contact.html Mon Mar 03 18:40:53 2014 +0100 +++ b/contact.html Tue Mar 04 15:45:51 2014 +0100 @@ -38,7 +38,7 @@