Hi,

Sorry to post an offtopic question again as I could not get a single
reply (may be due to holidays) , but I am strugling since last three
days to solve the problem, I will appreciate if anybody can provide me
any help. Here is my question:

I am having IBM HTTP Server (Powered by Apche) running on RS/6000. I
would like to perform URL redirection. If the URL is:
http://ibm9/img/ts/products/21242z.fpx?wid=86&cvt=jpeg
then it should be replaced with:
http://sun16/products/21242z.fpx?wid=86&cvt=jpeg

I made some modification in httpd.conf file with following:
<Location /img/ts/>
order deny,allow
allow from all
    RewriteEngine on
    RewriteRule /img/ts/(.*) http://sun16:10666 [P]
</Location>

Using this configuation, following is the output:
http://sun16/products/21242z.fpx

The problem is that I am losing the parametes information
(wid=86&cvt=jpeg). I looked at apache and ibm site but I could'nt find
any example with this type of scnerio.

If anybody can help in solving this problem it will be highly
appreicated.

Thanks in advance.

Sushil

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to