Hi all Being having problems with adding the network to a htm template site Followed the instruction (hopefully correctly) but when I visit the site afterward a pop up box appears say save to disk ect What have I done wrong Thanks for your time - just deing dummer than usaul today
Oh ya would help Reg under OTHER Followed the instruction for that All pages are html - is it something to do with the .htaccess file:
URL = http://www.fishing-vacation.info inserting the php code as serve can run php Remember I am a bit dim so the above info is probably wrong
Not that this is what is happening for sure, but we ran into a similar problem on a couple of our sites. We had SSI enabled in httpd.conf and when you inlcude that add handler to parse php files in .htm and .html files we got the same reaction. So, you may need to disable SSI in httpd.conf to make everything work as is. If you use SSI on your site now, you will not be able to do both (use SSI and parse the php in pages with .htm and .html extensions).
Yeah, for whatever reason the SSI code isn't being parsed. If it's already PHP, no need to run the SSI implementation (it would be better to run the PHP setup).
does the server send .htm or .html files thru the php parser? You can tell Apache to do this in httpd.conf or .htaccess ie: (if you're using php4) AddType application/x-httpd-php4 .php .html .htm EDIT: Oops, when I came back and clicked "post" they beat me too it.
I inserted them in to a shtml page using SSI. <!--#include file="ad_network.php" --> Code (markup): No need to do the 1,2,3 I found that just linking to the above code 4 times resulted in 4 ads. I am not sure if it counted them as 4 ads on weight.