I am trying to use rewrite to direct selected traffic
from the HTTP server (oracle iAS) to a oc4j container
on the same server.
I would like to hide the port number. Is it possible?
RewriteEngine on
RewriteCond %{HTTP_HOST} ^.*storePRE.*$ [NC]
RewriteRule ^/$ http://server:8888/basic.jsp [R]
When users access http://storePre.com, they would be
directed to http://server:8888/basic.jsp.
I would like it to be http://server/basic.jsp. Is it
possible?
Thanks,
Charles Li
____________________________________________________________________________________
Looking for last minute shopping deals?
Find them fast with Yahoo! Search.
http://tools.search.yahoo.com/newsearch/category.php?category=shopping
---------------------------------------------------------------------
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]