Spinland Posted February 1, 2010 Posted February 1, 2010 Are Server Side Include Directives (e.g. ><!--#include virtual="insertthisfile.html" --> ) supported, or should I just use PHP? Thanks! Quote
johnwillson Posted February 1, 2011 Posted February 1, 2011 Bruce I have used an include as discussed above, but the seerver ignores me! <!--#include virtual="MainMenu.shtml" --> the above mentioned file is sitting in the root, and same directory as the host file. Is there something else I need to set to make it work? Regards Quote
TCH-Bruce Posted February 1, 2011 Posted February 1, 2011 You may need to add the following to your .htaccess file to have the server implement them. >AddType text/html .shtml AddOutputFilter INCLUDES .shtml ...or you can rename your include file with a .html extension instead of .shtml Quote
TCH-Vimal Posted February 1, 2011 Posted February 1, 2011 Hello, If you are still having issues, We advise you to post a ticket to our help desk, with all necessary details so that we can recreate the issue from our end and check this further. Thank you Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.