Mercurial > dive4elements > website
annotate .htaccess @ 33:86216e9d75b1
Eiinstiegssatz gekuerzt.
author | Sascha L. Teichmann <teichmann@intevation.de> |
---|---|
date | Mon, 03 Mar 2014 18:40:53 +0100 |
parents | 960c044010e5 |
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 |