so i followed the instructions for the updated ad network thing here and it just broke my site. I got an internal server error. So i switched it back. Sort of. Any idea what i might have done wrong. I did just as the page said.
Do you have access to your httpd error logs so you can see what the actual error was? Mabye you don't have access to set additional mime types for PHP or something?
Not sure if you got this resolved or not but I ran into similar issues. I toyed around with the .htaccess file until I got it working. The end result was adding: AddHandler application/x-httpd-php .htm AddHandler application/x-httpd-php .html Code (markup): to the bottom of my .htaccess file in my blog directory. I also added them to the .htaccess file in the root directory of my site but have not tested if this makes any difference (it shouldn't).. These mods were for a blogger blog. HTH.