Hello expert, Please give me an idea about it. "A static html site which is poulated by a script which auto generated 2.5 million html pages" Please suggest me where and how i can get help about it.... Thanks..
Make a php script do something like this http://www.domain.com/script.php?id=xxx Then use mod_rewrite in .htaccess file RewriteEngine On RewriteRule ^page_(.+)\.html$ /script\.php?id=$1 [L]
To generate 2.5 million page site you need a content.. One option is RSS syndication. But scraping others content is not a good way because: 1. syndicated content could be copyrighted 2. google does not like duplicated content. Also google will not index your 2.5 million pages without good backlinks. Your RSS importing implementation could vary depending on your requirements. There are plugins for RSS importing into Wordpress, there are Magpie RSS PHP library for RSS parsing, there are standalone "RSS to static pages" tools like this.