On 8/13/05, rafet <[EMAIL PROTECTED]> wrote:
> Hi,
> 
> 
>    the virtualhost's directoryindex has the index.html defined with it.
> So, when I browse the ip address I get the page without any problem.
> But since the page supposed to run as SSI page, I
> had to add these in the .htaccess file:
> ------------------
> Options +ExecCGI +Includes
> AddType text/x-server-parsed-html .html

The above directive should be removed.  It is not needed with the
below directive, and is certainly the cause of your problems.

> AddOutputFilter INCLUDES .html

Joshua.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to