Re: [EMAIL PROTECTED] different page per user-agent

2006-02-05 Thread Joshua Slive
On 2/5/06, Oren Gozlan <[EMAIL PROTECTED]> wrote: > how to write it in the html page ... It doesn't go in the html page, it goes in httpd.conf. If you want to do client-side browser sniffing in html, then you are in the wrong forum. You want a group dedicated to javascript. Joshua. ---

Re: [EMAIL PROTECTED] different page per user-agent

2006-02-05 Thread Oren Gozlan
how to write it in the html page ... Joshua Slive wrote: On 2/5/06, Oren Gozlan <[EMAIL PROTECTED]> wrote: Hi, Can someone help with example of such HTML page ? lets say that if browser is MSIE, go to 1.html anf if it is Mozila go to 2.html Joshua Slive wrote: See the section "Bro

Re: [EMAIL PROTECTED] different page per user-agent

2006-02-05 Thread Joshua Slive
On 2/5/06, Oren Gozlan <[EMAIL PROTECTED]> wrote: > Hi, > Can someone help with example of such HTML page ? > lets say that if browser is MSIE, go to 1.html anf if it is Mozila go to > 2.html > Joshua Slive wrote: > See the section "Browser Dependent Content" > in http://httpd.apache.org/docs/2.2/m

Re: [EMAIL PROTECTED] different page per user-agent

2006-02-05 Thread Oren Gozlan
Hi, Can someone help with example of such HTML page ? lets say that if browser is MSIE, go to 1.html anf if it is Mozila go to 2.html Thnx .. O Joshua Slive wrote: See the section "Browser Dependent Content" in http://httpd.apache.org/docs/2.2/misc/rewriteguide.html#content Joshua.

Re: [EMAIL PROTECTED] different page per user-agent

2006-02-01 Thread Joshua Slive
See the section "Browser Dependent Content" in http://httpd.apache.org/docs/2.2/misc/rewriteguide.html#content Joshua. On 2/1/06, Oren Gozlan <[EMAIL PROTECTED]> wrote: > I know it is possible ... but don't know how ... > > I want to show different page for each different user-agent (simple > red

[EMAIL PROTECTED] different page per user-agent

2006-02-01 Thread Oren Gozlan
I know it is possible ... but don't know how ... I want to show different page for each different user-agent (simple redirect) all will access index.html, if user agent is x -> then x.html if user agent is Y -> then y.html any easy way to do it ? Oren