Re: [EMAIL PROTECTED] mod_include question

2005-12-12 Thread Peter Huesser
I also played around with this keywords. I guess it should not be necessary because I don't want to include server side include files but ordinary html text. But however I also tried AddType text/html .shtml .txt AddOutputFilter INCLUDES .shtml .txt but nothing change

Re: [EMAIL PROTECTED] mod_include question

2005-12-12 Thread Joshua Slive
On 12/12/05, Peter Huesser <[EMAIL PROTECTED]> wrote: > I also played around with this keywords. I guess it should not be necessary > because I don't want to include server side include files but ordinary html > text. But however I also tried > >AddType text/html .shtml .txt >AddOutputF

Re: [EMAIL PROTECTED] mod_include question

2005-12-12 Thread Peter Huesser
Thank's Joshua Hello I want allow to use the directive for including ordinary html code (no SSI). In the httpd.conf file I have the following statements. ... LoadModule include_module modules/mod_include.so ... Options FollowSymLinks +Includes Never mix plusse

Re: [EMAIL PROTECTED] mod_include question

2005-12-12 Thread Joshua Slive
On 12/12/05, Peter Huesser <[EMAIL PROTECTED]> wrote: > Hello > > I want allow to use the directive for > including > ordinary html code (no SSI). In the httpd.conf file I have the following > statements. > > ... > LoadModule include_module modules/mod_include.so > ... > > Options Fol

[EMAIL PROTECTED] mod_include question

2005-12-12 Thread Peter Huesser
Hello I want allow to use the directive for including ordinary html code (no SSI). In the httpd.conf file I have the following statements. ... LoadModule include_module modules/mod_include.so ... Options FollowSymLinks +Includes AllowOverride None ... Anfortunatelly the follow