I've been trying to add coop advertising for a while now, also been trying wiht link vault however both require me to write some stuff in a .htaccess file. Whenever I do, after about 2 minutes I refresh one of my pages and it asks me to download a file. I don't know why though, and the page never laods up and this happens on every page. The htaccess only has this written in it, nothing else: AddType application/x-httpd-php .php .htm .html Btw I don't even know what it is or what it's supposed to do so be umm, understandable for me plese . <----Newb.
You should try asking in the Apache section (link below) http://forums.digitalpoint.com/forumdisplay.php?f=49 And by the way, that just tells Apache to parse all files that end with .php, .htm and .html as php (because by default PHP isn't parsed in .htm and .html).