i am trying to validate my site (in my sig), and i know i have the ads showing properly, at the bottom of every page in my directory. but only about 1 in 20 times do i get my site to validate. most of the time i get this error talking about a random page it picked up off my site: "Ads not found on http*//pghsource.cagintranet.com/directory/189.php" ... and that 189.php will change to any numbered page on my site. but when it actually does validate (very rarely) - i still end up with a weight of Zero. Can someone please help? Thanks Chris
yes, i think so. since my host (godaddy) doesnt or didnt support mod-rewrite, i had to do an include of the "...index.php?c=200" into a static 200.php file. it took a lot of work, but i got rid of those query strings. Shawn, if that is what is doing it, is there any way around this? Thanks
Hmmm... if your static PHP files generated with the actual PHP code for the ad network instead of the output of the original file it should work.
unfortuantely i cant go in and modify 1200 pages and ftp them back to the server very easily. Basically the code is on the index.php page, which is <included> into the static ##.php pages at the very end. i wonder why it validates sometimes, and other times it fails. Anyway, Thanks Shawn.