Mercurial > dive4elements > website
comparison .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 |
comparison
equal
deleted
inserted
replaced
33:86216e9d75b1 | 34:b775179be3d4 |
---|---|
2 AddHandler mod_python .psp | 2 AddHandler mod_python .psp |
3 PythonHandler mod_python.psp | 3 PythonHandler mod_python.psp |
4 | 4 |
5 AddDefaultCharset UTF-8 | 5 AddDefaultCharset UTF-8 |
6 DirectoryIndex index.psp | 6 DirectoryIndex index.psp |
7 | |
8 # Nobody should see the index.html | |
9 RewriteEngine On | |
10 RewriteRule ^index\.html$ $1/index.psp [R] |