Mercurial > dive4elements > website
annotate .htaccess @ 39:52a04c9999b0
Activate serversite includes in .htaccess.
author | Raimund Renkert <rrenkert@intevation.de> |
---|---|
date | Mon, 10 Mar 2014 16:21:24 +0100 |
parents | b775179be3d4 |
children | 5541d758f62a |
rev | line source |
---|---|
39
52a04c9999b0
Activate serversite includes in .htaccess.
Raimund Renkert <rrenkert@intevation.de>
parents:
34
diff
changeset
|
1 # Activate serversite includes. |
52a04c9999b0
Activate serversite includes in .htaccess.
Raimund Renkert <rrenkert@intevation.de>
parents:
34
diff
changeset
|
2 AddOutputFilter INCLUDES .shtml |
52a04c9999b0
Activate serversite includes in .htaccess.
Raimund Renkert <rrenkert@intevation.de>
parents:
34
diff
changeset
|
3 XBitHack on |
52a04c9999b0
Activate serversite includes in .htaccess.
Raimund Renkert <rrenkert@intevation.de>
parents:
34
diff
changeset
|
4 |
32
960c044010e5
Activate Python Server Pages within .htaccess
Mathias Gebbe <mgebbe@intevation.de>
parents:
31
diff
changeset
|
5 # Activate "Python Server Pages" |
960c044010e5
Activate Python Server Pages within .htaccess
Mathias Gebbe <mgebbe@intevation.de>
parents:
31
diff
changeset
|
6 AddHandler mod_python .psp |
960c044010e5
Activate Python Server Pages within .htaccess
Mathias Gebbe <mgebbe@intevation.de>
parents:
31
diff
changeset
|
7 PythonHandler mod_python.psp |
960c044010e5
Activate Python Server Pages within .htaccess
Mathias Gebbe <mgebbe@intevation.de>
parents:
31
diff
changeset
|
8 |
31
c66f4b393d15
Added index.php for Python Server Pages
Mathias Gebbe <mgebbe@intevation.de>
parents:
diff
changeset
|
9 AddDefaultCharset UTF-8 |
c66f4b393d15
Added index.php for Python Server Pages
Mathias Gebbe <mgebbe@intevation.de>
parents:
diff
changeset
|
10 DirectoryIndex index.psp |
34
b775179be3d4
RewriteRule for index.html and changed logo-link to "/"
Mathias Gebbe <mgebbe@intevation.de>
parents:
32
diff
changeset
|
11 |
b775179be3d4
RewriteRule for index.html and changed logo-link to "/"
Mathias Gebbe <mgebbe@intevation.de>
parents:
32
diff
changeset
|
12 # 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
|
13 RewriteEngine On |
b775179be3d4
RewriteRule for index.html and changed logo-link to "/"
Mathias Gebbe <mgebbe@intevation.de>
parents:
32
diff
changeset
|
14 RewriteRule ^index\.html$ $1/index.psp [R] |