Seems to me like they are using just using PHP files throughout the site rather than HTML files (of course, the user only sees the HTML at their end, but the files themselves are PHP).
Example - this is where the link goes (presumably they are using mod_rewrite or something):
http://www.midbrook.com/equipment
However, if you type in http://www.midbrook.com/equipment.php, it loads the same page.
However, this might be another mod_rewrite trick by directing anyone visiting the page name with a different file type to the same page.
I would recommend viewing the source of the HTML pages you want, and copying that locally. I'd also recommend downloading all images and placing them locally in folders the same as on the server. You should also download the CSS files. All of this can be done via a browser if necessary, if you can't access the files using FTP.
Once you've downloaded everything, then if relations do deteriorate, you'll have backups of the main files and you can upload them to a new web host and keep the site running smoothly. I'd also recommend having the domain hosted somewhere else than with the marketing company (if it is with the marketing company), as companies can be quite aggressive when they aren't getting paid!
Dan
|