Mercurial > dive4elements > website
view .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 source
# Activate "Python Server Pages" AddHandler mod_python .psp PythonHandler mod_python.psp AddDefaultCharset UTF-8 DirectoryIndex index.psp # Nobody should see the index.html RewriteEngine On RewriteRule ^index\.html$ $1/index.psp [R]