RE: [EMAIL PROTECTED] .htaccess and WAP 1.1

2006-05-15 Thread stoddarn
>> > Boyle Owen wrote: >> > So I would conclude that there is nothing wrong with the setup at your > end. I think you need to look at the setup at the phone's service > provider. To recap how WAP works, the phone makes a proprietary (eg, GPRS) > connection to a WAP server located in the phone compa

RE: [EMAIL PROTECTED] .htaccess and WAP 1.1

2006-05-05 Thread stoddarn
Thanks for testing it for me. > > Thanks. Testing from the command line works perfectly: the URL above > produces a 302 redirect to > http://www.stoddardsoftware.com:8080/mobilemovies/m/nate which returns the > WML file. So no probs with the apache config. > > Testing with an online WAP browser (

Re: [EMAIL PROTECTED] .htaccess and WAP 1.1

2006-05-04 Thread stoddarn
>>> - .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 seem

Re: [EMAIL PROTECTED] .htaccess and WAP 1.1

2006-05-04 Thread stoddarn
> Boyle Owen wrote: > Doesn't mean much... Could all be using the same DN server for all we > know. I understand you being coy about revealing your actual domain name > but in this case you are hindering people trying to help you. It is > starting to look like a DNS issue whereby some machines on

Re: [EMAIL PROTECTED] .htaccess and WAP 1.1

2006-05-03 Thread stoddarn
> 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 >

RE: [EMAIL PROTECTED] .htaccess and WAP 1.1

2006-05-03 Thread stoddarn
>> -Original Message- >> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] >> Sent: Wednesday, May 03, 2006 1:42 AM >> To: users@httpd.apache.org >> Subject: Re: [EMAIL PROTECTED] .htaccess and WAP 1.1 >> >> Hello, >> >> I tweaked the IP address, but here is what was logged when I >> get th

Re: [EMAIL PROTECTED] .htaccess and WAP 1.1

2006-05-02 Thread stoddarn
Hello, I tweaked the IP address, but here is what was logged when I get the 404 from my phone: 555.555.555.555 - - [02/May/2006:18:38:42 -0500] "GET /m/nate HTTP/1.1" 404 - "-" "SIE-SL56/10 UP.Browser/6.1.0.5.c.5 (GUI) MMP/1.0 UP.Link/5.1.2.9" Thanks for the help, -Nate > On 4/26/06, [EMAIL PR

Re: [EMAIL PROTECTED] .htaccess and WAP 1.1

2006-05-02 Thread stoddarn
Hello, I'm confused by most of your responses, but can we discuss the configuring response more? I'm trying to redirect users going to urlA to urlB, so I setup an htaccess file. When I use a desktop browser I'm redirected, without an issue, and I can see the WML data. However, when I use my ce

Re: [EMAIL PROTECTED] .htaccess and WAP 1.1

2006-05-01 Thread stoddarn
Hello, I guess a better question is: What format does Apache return to the browser when a page is redirected? Is it HTML, WAP or something else? I did some more experimenting with another person's cell phone, and I found that their phone did NOT get the 404 message. Here are the WAP profiles o

[EMAIL PROTECTED] .htaccess and WAP 1.1

2006-04-26 Thread stoddarn
Hello, I'm having trouble rewriting URLs with my .htaccess file when I connect using a WAP 1.1 phone. I've looked around and found a number of postings about configuring Apache for access to index.wml, but I just want to have a rewrite no matter what browser I connect with. Any ideas of how to g