Hi, I have added the following line to my .htaccess file in order to enable the coop ads. AddType application/x-httpd-php .php .htm .html Normally I use the following commands to enable me to run server side includes so I can add header and footer files to the whole site and change the whole site by making a change to a .shtml file. AddType text/html .html AddHandler server-parsed .html If I use these commands, then the coop ads are not parsed. You will realise by now that I’m no expert. Could some kindly person please tell me what commands I should place in .htaccess that will not conflict with the coop ads? Thank you.
If you are using SSI, you can utilize the ad network via SSI, and you would not need to add that to your .htaccess file.
My site pages are all .html In order to get the same footer throughout the site I insert this line into each page: <!--#include virtual="footer.shtml" --> The file footer.shtml contains html code that I want to display as the footer on all pages. I think (maybe I'm wrong) the setup instructions apply to sites whose files are all .shtml ? I've tried again though, using the setup instructions but I'm still getting a conflict. Any suggestions as to how I could get this to work would be welcome.