view .htaccess @ 35:00933a8a22f2

Removed logo
author Sascha L. Teichmann <teichmann@intevation.de>
date Tue, 04 Mar 2014 17:46:44 +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)