i know this question may look weird but i really need help. I have came across various cms and blog scripts like wordpress, joomla etc...(but all on php) which i use from long time. But i saw som good website like http://www.rcom.co.in/Rcom/personal/home/index.html Which looks like Wordpress cms site but that whole site made on .htm extension which is static. please suggest me or guide if possible Is there any script available for this or in which software it can be made?
There are some wordpress templates that are made specifically for creating cms sites. There are also several plugins you can use. I especially love using WP as cms for small-business clients due to the wide availability of seo plugins so its generally a good idea to go the WP way.
thanks man yes i know this- may you tell me any great place which are free too. But also help me with my main question
The site you linked as an example isn't built on WordPress To answer your question, you can add a .html or whatever file extension on the end of a custom permalink. Whatever your current structure is, remove the trailing / from the very end and replace it with .html
If you want to explore more on Permalinks, you can visit this link http://codex.wordpress.org/Using_Permalinks
Yes, by using Wordpress Permalink you can customize your website URL as per your needs. Also to make your website look static website, you need to add "Wordpress Pages" only. "Wordpress Posts" have some archive system (date based, author based etc.). So to make actual static website (not only by website url structure) only add "Wordpress Pages" not "Wordpress Posts".