> Hi, > > please snip the reply appropriately where possible. > Sorry. > > So what _exactly_ is the redirect that gets sent to the phone (i.e.. is > it exactly 'http://serverB/m/nate'? It seems to me that the redirect > may be wrong. Your PC can resolve it but the phone can't. Have you > tested the same scenario from another machine on the Internet, not on > your LAN? > I have tried this multiple computers on different networks. Here is my htaccess from my earlier post: ----- >.htaccess > RewriteEngine on > > RewriteCond %{HTTP_HOST} ^www.urlAA.net$ [OR] > RewriteCond %{HTTP_HOST} ^urlAA.net$ [OR] > RewriteCond %{HTTP_HOST} ^mm.urlAA.net$ > RewriteRule ^(.*) http://www.urlBB:8080/myservlet/$1 [R,L] ----- The $1 seems to be picking up the "/m/nate" part of the URL correctly. Thanks, -Nate --------------------------------------------------------------------- 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: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx