Mercurial > dive4elements > website
annotate .htaccess @ 34:b775179be3d4
RewriteRule for index.html and changed logo-link to "/"
Changed Demoanwendung to Demoversion in contact.html
Changed index.psp: don't remove word wrap
author | Mathias Gebbe <mgebbe@intevation.de> |
---|---|
date | Tue, 04 Mar 2014 15:45:51 +0100 |
parents | 960c044010e5 |
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] |