Re: [EMAIL PROTECTED] ForceType text/plain works for PHP but not for SSI

2008-06-03 Thread Ali, Saqib
Thanks Joshua!!! That did the trick :-) saqib http://doctrina.wordpress.com/ - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info. To unsubscribe,

Re: [EMAIL PROTECTED] ForceType text/plain works for PHP but not for SSI

2008-06-02 Thread Joshua Slive
On Mon, Jun 2, 2008 at 8:13 PM, Ali, Saqib <[EMAIL PROTECTED]> wrote: > Hi Joshua, > > This is what I have: > > SetHandler server-parsed > AddType text/html .shtml > AddOutputFilter INCLUDES .shtml > > > And this doesn't seem to help. > > saqib > http://doctrina.wordpress.com/ > > On Mon, Jun 2, 20

Re: [EMAIL PROTECTED] ForceType text/plain works for PHP but not for SSI

2008-06-02 Thread Ali, Saqib
Hi Joshua, This is what I have: SetHandler server-parsed AddType text/html .shtml AddOutputFilter INCLUDES .shtml And this doesn't seem to help. saqib http://doctrina.wordpress.com/ On Mon, Jun 2, 2008 at 4:53 PM, Joshua Slive <[EMAIL PROTECTED]> wrote: > Probably because you are using AddTyp

Re: [EMAIL PROTECTED] ForceType text/plain works for PHP but not for SSI

2008-06-02 Thread Joshua Slive
On Mon, Jun 2, 2008 at 7:15 PM, Ali, Saqib <[EMAIL PROTECTED]> wrote: > I have the following defined for port 81 on a web server that has > WebDAV enabled. This forces the httpd to send PHP files "unparsed". > >DocumentRoot /var/www/html/ > >DAV On > >ForceType text/plain >

[EMAIL PROTECTED] ForceType text/plain works for PHP but not for SSI

2008-06-02 Thread Ali, Saqib
I have the following defined for port 81 on a web server that has WebDAV enabled. This forces the httpd to send PHP files "unparsed". DocumentRoot /var/www/html/ DAV On ForceType text/plain However it doesn't seem to work for Server Side Includes (SSI). How so? saq