annotate .htaccess @ 38:c4f1df6e88b0

Renamed ssrodio to scripts
author Sascha L. Teichmann <teichmann@intevation.de>
date Wed, 05 Mar 2014 16:57:57 +0100
parents b775179be3d4
children 52a04c9999b0
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
34
b775179be3d4 RewriteRule for index.html and changed logo-link to "/"
Mathias Gebbe <mgebbe@intevation.de>
parents: 32
diff changeset
7
b775179be3d4 RewriteRule for index.html and changed logo-link to "/"
Mathias Gebbe <mgebbe@intevation.de>
parents: 32
diff changeset
8 # Nobody should see the index.html
b775179be3d4 RewriteRule for index.html and changed logo-link to "/"
Mathias Gebbe <mgebbe@intevation.de>
parents: 32
diff changeset
9 RewriteEngine On
b775179be3d4 RewriteRule for index.html and changed logo-link to "/"
Mathias Gebbe <mgebbe@intevation.de>
parents: 32
diff changeset
10 RewriteRule ^index\.html$ $1/index.psp [R]
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)