Thank's JoshuaI tried it with + and without. This was just my last attempt.Hello I want allow to use the <!--#include virtual="..." --> 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 ... <Directory /> Options FollowSymLinks +IncludesNever mix plussed and non-plussed options. I think what you want is Options FollowSymLinks Includes I also played around with this keywords. I guess it should not be necessaryAllowOverride None </Directory> ... Anfortunatelly the following does not workIt looks like you missed the AddOutputFilter part of the configuration: http://httpd.apache.org/docs/2.2/howto/ssi.html#configuring 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 changed. No error is reported. It seems as if everything is correct. But I don't get the(If that is not the problem, make sure you check your error log.) desired result. Pedro |
--------------------------------------------------------------------- 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: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx