view .htaccess @ 36:eea27e51e482

Removed logo from contact.html.
author Ariane Broermann <ariane@intevation.de>
date Wed, 05 Mar 2014 09:20:18 +0100
parents b775179be3d4
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]
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)