annotate .htaccess @ 32:960c044010e5

Activate Python Server Pages within .htaccess Set full path to index.html
author Mathias Gebbe <mgebbe@intevation.de>
date Mon, 03 Mar 2014 12:14:09 +0100
parents c66f4b393d15
children b775179be3d4
rev   line source
32
960c044010e5 Activate Python Server Pages within .htaccess
Mathias Gebbe <mgebbe@intevation.de>
parents: 31
diff changeset
1 # Activate "Python Server Pages"
960c044010e5 Activate Python Server Pages within .htaccess
Mathias Gebbe <mgebbe@intevation.de>
parents: 31
diff changeset
2 AddHandler mod_python .psp
960c044010e5 Activate Python Server Pages within .htaccess
Mathias Gebbe <mgebbe@intevation.de>
parents: 31
diff changeset
3 PythonHandler mod_python.psp
960c044010e5 Activate Python Server Pages within .htaccess
Mathias Gebbe <mgebbe@intevation.de>
parents: 31
diff changeset
4
31
c66f4b393d15 Added index.php for Python Server Pages
Mathias Gebbe <mgebbe@intevation.de>
parents:
diff changeset
5 AddDefaultCharset UTF-8
c66f4b393d15 Added index.php for Python Server Pages
Mathias Gebbe <mgebbe@intevation.de>
parents:
diff changeset
6 DirectoryIndex index.psp
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)