seomagnet
03-26-2007, 07:26 AM
The title of this thread is from an article found on this site Search Engine Watch.. http://searchenginewatch.com/searchday/article.php/2161081
I have to disagree with most methods of getting around dynamic to static posts because most of them are focused around php based websites.
Since most dynamic sites use a database backend, some technology such as ColdFusion can be written in such a way to take dynamic data or a complete dynamic ecommerce store and can write the entire site out as static. As a former hobby CF Developer, I had already used this method before.
With PHP, you would need to write a frontend using wget or curl to fetch the content pages, following all internal links and such and then you would need a method to write the content as static. I'm not a php programmer so this is just based on thought.
ColdFusion however allows forms and other dynamic features like sessions and cart functions to still work in static generated pages. However, It's been awhile since I tested this since I no longer mess with any website programming.
If anything, maybe this will give some of you ideas that go beyond the .htaccess rewrite methods. As I mentioned earlier, If you backend uses a database, it's not really that hard to write a script to pull content into a template and write your db as real static html.
Just my thoughts,
Chris
I have to disagree with most methods of getting around dynamic to static posts because most of them are focused around php based websites.
Since most dynamic sites use a database backend, some technology such as ColdFusion can be written in such a way to take dynamic data or a complete dynamic ecommerce store and can write the entire site out as static. As a former hobby CF Developer, I had already used this method before.
With PHP, you would need to write a frontend using wget or curl to fetch the content pages, following all internal links and such and then you would need a method to write the content as static. I'm not a php programmer so this is just based on thought.
ColdFusion however allows forms and other dynamic features like sessions and cart functions to still work in static generated pages. However, It's been awhile since I tested this since I no longer mess with any website programming.
If anything, maybe this will give some of you ideas that go beyond the .htaccess rewrite methods. As I mentioned earlier, If you backend uses a database, it's not really that hard to write a script to pull content into a template and write your db as real static html.
Just my thoughts,
Chris