view .htaccess @ 41:f6d4dfb9a8c7

Added 'download' page.
author Raimund Renkert <rrenkert@intevation.de>
date Mon, 10 Mar 2014 16:30:54 +0100
parents 52a04c9999b0
children 5541d758f62a
line wrap: on
line source
# Activate serversite includes.
AddOutputFilter INCLUDES .shtml
XBitHack on

# 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)