I've changed my site to be a .php site. The new site has ads on all pages, however, the old htm pages do not. The old htm pages simply redirect the user to the new php page. In order to get validated, do I need to remove the .htm pages? Or is there something else I can do? Error on my account: Ads not found on http://www.championshiphistory.com/nfl.htm You can see that page simply redirects the user to the new page: Ads not found on http://www.championshiphistory.com/nfl.php, which does in fact have ad network ads at the bottom of the page. Any suggestions? Thanks, -Kevin
Okay, putting redirect meta tags into my .htm files did not work. However, following the advise of this post: http://forums.digitalpoint.com/showpost.php?p=2648495&postcount=2 I was able to get things validated. Basically, created a .htaccess file to redirect my old .htm pages to the new .php pages fixed the problem. Well, I'm happy to now be rolling although it did take a bit of time, mostly finding time myself to read the boards and try and see how others solved my same problems. -Kevin