I have a test site in Drupal 4.66
That site has to be loaded onto the proper URL on a live server.
For various reasons the data has to be exported to a new database in MySQL. ( I only have access to MySQL through phpMyAdmin, not through MySQL administrator. )
http : / / bedstop . co . za or http : / / www . bedstop . co . za
I backed up the SQL files with phpMyadmin export feature and ran the sql queries on the new db in phpMyAdmin.
Before (on the test site) things worked.
On the URL above, I get the following index.html file when running wget www . bedstop . co . za
<br />
<b>Warning</b>: gzinflate(): data error in <b>/home/krooninf/public_html/bedstop/includes/bootstrap.inc</b> on line <b>454</b><br />
<br />
<b>Warning</b>: Cannot modify header information - headers already sent by (output started at /home/krooninf/public_html/bedstop/includes/bootstrap.inc:454) in <b>/home/krooninf/public_html/bedstop/includes/bootstrap.inc</b> on line <b>465</b><br />
In my browser I get seemingly normal output in http : / / bedstop . co . za and gibberish in http : / / www . bedstop . co . za
Unfortunately my idiot ISP has implemented a Squid cache between me and the Internet, thus I am not sure whether the browser output is correct at all!
The ISP support from the USA reports only blank pages when viewing the above URL's.