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,
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
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
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
>
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