[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

Re: [EMAIL PROTECTED] Mod_rewrite and default document

2006-09-10 Thread Erik Funkenbusch
On 9/9/06, Erik Funkenbusch <[EMAIL PROTECTED]> wrote: On 9/8/06, Bob Ionescu <[EMAIL PROTECTED]> wrote: > Erik Funkenbusch wrote: > > RewriteRule !^index\.php.* - [C] > > RewriteRule ^(.*) index.php?id=$1 [L] > > > > However, this doesn't work with the original form: > > > > http://domain/?id=12

Re: [EMAIL PROTECTED] Fwd: Can install Apache

2006-09-10 Thread Steven Pierce
Sage, You are more then welcome. Glad that I could help. Steven *** REPLY SEPARATOR *** On 9/9/2006 at 4:23 PM Sage wrote: >Thanks Steve, that worked. > >The doc said what to change but it was not obvious to me which file and >where to find it. That solved the problem. > >An

RE: [EMAIL PROTECTED] Fwd: Can install Apache

2006-09-10 Thread Todd L Hicks
Sage, Another solution, if you don't want/need to disable IIS entirely, is to disable socket pooling in IIS following these instructions: http://support.microsoft.com/kb/238131/ I did this on my setup and it allows both IIS and Apache to listen on the same port (non-ssl) as long as you have host h