Can somebody let me know where I'm going wrong here. I'm trying to enable ssi in apache to include text from one page into another. I've added this:
AddType text/html .shtml
AddOutputFilter INCLUDES .shtml
Options +Includes
to the .htaccess file because that's what I understood the apache help doc to say. I've renamed the page I'm trying to include this text on with a .shtml extension and still nothing shows?
This is an example of the code im using to call the text up <!--#include virtual="http://www.whatever.com/whatever.html"-->
Any ideas what I'm doing wrong?
AddType text/html .shtml
AddOutputFilter INCLUDES .shtml
Options +Includes
to the .htaccess file because that's what I understood the apache help doc to say. I've renamed the page I'm trying to include this text on with a .shtml extension and still nothing shows?
This is an example of the code im using to call the text up <!--#include virtual="http://www.whatever.com/whatever.html"-->
Any ideas what I'm doing wrong?