Forum Moderators: phranque

Message Too Old, No Replies

Convert asp dynamic pages to HTML

         

seo2007123

1:44 pm on Aug 14, 2007 (gmt 0)

10+ Year Member



We have a catalog site with a CMS system.
we want to convert the asp pages into HTML pages.
How exactly is it done?
Thank you

jtara

3:55 pm on Aug 14, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



It depends on the CMS. Some CMSs have the option to publish HTML files. We couldn't begin to explain how to do this with each of hundreds of CMSs.

If your CMS has a server-side cache, there may be little if any point in doing this, though. Generally, though, a CMS won't cache pages for logged-in users, since pages could vary from user to user. (A really smart CMS would cache pages for logged-in users as well - you'd have to be careful to avoid unique per-user/per-visit content.)

If your CMS doesn't have this option, you will need to use a tool that can capture the HTML from your site, which you can then upload to a static site (or static section of your site). HTTrack is a good starting place.