blob: 4887482a3466acf673d3d7cb23b91896e6bccda9 (
plain)
- AddDefaultCharset on
- AddDefaultCharset UTF-8
- # prevent the webserver from beeing used as proxy
- <LocationMatch "^[^/]">
- Deny from all
- </LocationMatch>
- <Proxy *>
- AddDefaultCharset off
- Order deny,allow
- # Deny from all
- Allow from all
- </Proxy>
- <ProxyMatch http://127.0.0.2:8008/.*>
- Order deny,allow
- Allow from all
- </ProxyMatch>
- RewriteEngine On
- RewriteRule ^/prayer$ /prayer/ [redirect=permanent]
- RewriteRule ^/prayer/ http://127.0.0.2:8008/ [P]
|