Hi, Sorry to post an offtopic question, 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: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST". Some relevant FAQs on JSP/Servlets can be found at: http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.nz/jsp/jspfaq.html http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
