Mercurial > hg > events2kml
view WebContent/e4D.conf @ 4:6d286ce1a64f default
inline refresh
author | dwinter |
---|---|
date | Thu, 10 Jan 2013 17:38:13 +0100 |
parents | f198c86dd1f6 |
children |
line wrap: on
line source
<IfModule mod_rewrite.c> RewriteEngine On RewriteCond %{REQUEST_METHOD} ^TRACE RewriteRule .* - [F] RewriteRule ^/e4D/(.*) http://localhost:8180/e4D/$1 [P,L] RewriteRule ^/geoserver/(.*) http://localhost:8180/geoserver/$1 [P,L] RewriteRule ^/tpp/(.*) http://localhost:8180/tpp/$1 [P,L] RewriteRule ^/m/(.*) http://localhost:8080/$1 [P,L] </IfModule>