I have a .HTML page (which for a lot of reasons I cannot rename to .php) and I want to ad a mobile ad. Unfortunately the google ads are JSP, ASP, PHP; how can i go about adding the ad to the page? Thank youuu
in your .htaccess file add this: AddType application/x-httpd-php .html .htm if it doesn't work then remove that line and add this: AddHandler application/x-httpd-php .html .htm