diff .htaccess @ 43:5541d758f62a

Remove PSP, Added SSI, Added newsfeed.py for include
author Mathias Gebbe <mgebbe@intevation.de>
date Mon, 10 Mar 2014 17:47:07 +0100
parents 52a04c9999b0
children 2f42e4579cb6
line wrap: on
line diff
--- a/.htaccess	Mon Mar 10 16:31:19 2014 +0100
+++ b/.htaccess	Mon Mar 10 17:47:07 2014 +0100
@@ -1,14 +1,4 @@
 # Activate serversite includes.
-AddOutputFilter INCLUDES .shtml
+Options +Includes +ExecCGI
 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)