Adding Mobile Adsense ad on a .HTML page

Discussion in 'AdSense' started by zmanblog, Nov 6, 2011.

  1. #1
    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
     
    zmanblog, Nov 6, 2011 IP
  2. JamesColin

    JamesColin Prominent Member

    Messages:
    7,874
    Likes Received:
    164
    Best Answers:
    1
    Trophy Points:
    395
    Digital Goods:
    1
    #2
    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
     
    JamesColin, Nov 6, 2011 IP