Here is what happens...
You take a link like this:
http://www.mydomain.com/shop_pageloop.html
it is actually rewriting something like this:
http://www.mydomain.com/webstore/web...sion_id_place=
for each html file there is a "sister" file called whaterthefilenameis.cgi
for example:
pageloop.cgi
in this .cgi file there is the same exact code that looks like this:
#!/usr/bin/perl
$0=~s/\/usr\/home\/pmt\/webstore\///;
$0=~s/\.cgi//;
$ENV{QUERY_STRING}="page=$0.html";
$ENV{CONTENT_LENGTH}=length($ENV{QUERY_STRING});
#print "Content-type: text/html\n\n";
#print "page=$0.html";
#exit;
system("/home/pmt/public_html/webstore/web_store.cgi");
On March 30-31 Google indexed it and all was fine. Now they are ALL coming back as 404. I finally gave up with "Joseph" from Hostgator - NASTY, RUDE, and VERY condescending. Just a HORRIBLE HORRIBLE HORRIBLE rep. I don't say this about too many people, but if he lost his job tomorrow I'd be ok with it. He didnt' care ONE BIT that I'm going to lose MY job over this. Totally Horrible.
NOTHING has changed on my side, I pleaded with him to help me, and I could here him "sigh" over the phone. He could care less.
This is a HUGE problem.