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 cell phone I get a 404 error. Here is my understanding about how the redirects work: My browser The server --------------------------------- GET urlA ------> <------- Response 302 (go to urlB) GET urlB ------> <------- urlB data I found an online tool that output the HTTP response header and let me configure a User-Agent and Accept-Encoding. What I found was I received the 302 redirect HTTP response as expected, but the content-type was "text/html". I'm not 100% sure here, but I think I need the HTTP response to be of content-type "text/vnd.wap.wml" (or something similar to that). Does this seem logical? If so, any ideas how I can configure the content-type in my htaccess file? Thanks for the help, -Nate > On Monday 01 May 2006 19:10, stoddarn@xxxxxxxx wrote: > >> 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? > > That's entirely up to the person configuring it. > >> The Not_working phone's accept also has */*. Does that effect what >> Apache will return > > It may do. > >> on redirects? > > What have redirects got to do with anything? > >> I'm not sure why that phone would send >> that in the accept header, since it obviously can't really support */* >> like a standard desktop browser. > > Maybe it accepts */* as a download (which would be equivalent to > a desktop system)? > > >> > .htaccess >> > RewriteEngine on > > Ugh. So you've reinvented the wheel? No wonder it's square. > > > -- > Nick Kew > > --------------------------------------------------------------------- > 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 > > --------------------------------------------------------------------- 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