Mercurial > dive4elements > website
comparison .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 |
comparison
equal
deleted
inserted
replaced
42:3fe0a15a02d0 | 43:5541d758f62a |
---|---|
1 # Activate serversite includes. | 1 # Activate serversite includes. |
2 AddOutputFilter INCLUDES .shtml | 2 Options +Includes +ExecCGI |
3 XBitHack on | 3 XBitHack on |
4 | |
5 # Activate "Python Server Pages" | |
6 AddHandler mod_python .psp | |
7 PythonHandler mod_python.psp | |
8 | |
9 AddDefaultCharset UTF-8 | 4 AddDefaultCharset UTF-8 |
10 DirectoryIndex index.psp | |
11 | |
12 # Nobody should see the index.html | |
13 RewriteEngine On | |
14 RewriteRule ^index\.html$ $1/index.psp [R] |