Apologies ... Putty cut and past problem with previous ;-(

Please help.

I am using proxypass and proxypassreverse to try and redirect People to
my internal web site....


Website is 
                    http://egshs.wa.edu.au/weather


Extract

 RewriteEngine on
 RewriteLog       "/var/log/httpd/rewrite.log"
 Rewriteloglevel  4

 RewriteRule    ^/weather$           /weather/index.htm  [R]

ProxyRequests off
ProxyPass            /weather   http://ms-weather.egshs.local
ProxyPassReverse     /weather   http://ms-weather.egshs.local


Problem .....

The internal site uses a $ sign (eg Doc$1) in a lot of its web pages.  I
suspect that this is upsetting the proxypass rewrite engine :-(

e.g. 

  http://egshs.wa.edu.au/Doc$1/Destination.htm 

which SHOULD be

  http://egshs.wa.edu.au/weather/Doc$1/Destination.htm


Is there any way of telling the proxypass to ignore the $ signs :-( Or
is it something else ..... ???

Regards

Peter de Groot
Sys Admin
Eastern Goldfields Senior Highs School
Kalgoorlie 
Western Australia
Mob  0418915312

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to