Re: [EMAIL PROTECTED] Use of content negotiation with application/xhtml+xml

2006-09-11 Thread Joshua Slive
On 9/11/06, Nick Urbanik <[EMAIL PROTECTED]> wrote: 1. From http://httpd.apache.org/docs/2.2/content-negotiation.html#naming I expected that I would be able to ask for http://nicku.org/index and get the negotiated content, and that I would not have to ask for http://nicku.org/index.v

[EMAIL PROTECTED] Use of content negotiation with application/xhtml+xml

2006-09-10 Thread Nick Urbanik
Dear Folks, I have created a file index.var in the root of my document tree, and have index.sxhtml a symlink to index.shtml. As you can see below, I am using SSI (to include static menu and style xhtml). $ cat index.var URI: index URI: index.sxhtml Content-type: application/xhtml+xml; qs=0.95