Re: Is the website ok?
On Sun, 20 Jun 2004 22:17:48 -0400, Leif K-Brooks <eurleif@ecritt ers.biz>
wrote:
[color=blue]
> Neal wrote:[color=green]
>> So, if you don't plan to use PHP, there's no way I know of to serve it
>> as application/xml+xhtml to some browsers and as text/html to others.[/color]
>
> http://httpd.apache.org/docs/content-negotiation.html[/color]
I'm basically familiar with browsers telling the server what MIMEs they
accept. What I'm not clear on from this document is how I configure Apache
to send either text/html or application/xml+xhtml to a browser for the
same file based on its accept request.
On Sun, 20 Jun 2004 22:17:48 -0400, Leif K-Brooks <eurleif@ecritt ers.biz>
wrote:
[color=blue]
> Neal wrote:[color=green]
>> So, if you don't plan to use PHP, there's no way I know of to serve it
>> as application/xml+xhtml to some browsers and as text/html to others.[/color]
>
> http://httpd.apache.org/docs/content-negotiation.html[/color]
I'm basically familiar with browsers telling the server what MIMEs they
accept. What I'm not clear on from this document is how I configure Apache
to send either text/html or application/xml+xhtml to a browser for the
same file based on its accept request.
Comment