Is there any software available to convert a website from php to HTML? Is it a simple task? Thanks, Ozzy.
You may not be able to code all the functionailty which is coded in PHP (e.g. database) You have to change them manually.
Its not possible to do it for bigger websites but if it is a small one, the best way is to view each page of the website, then saving the page source code into an html file.
Maybe you want make friendly URL ? in place of viewtopic.php?n=201 topic203.html ? Hmm search in G for url rewritting otherwise if you want to just save .php as .html upload your site and see in the source then save it as .html ?
Yeah, it sounds like you mean you want to change the page extensions from .php to .htm or .html. You can do this with Apache's mod rewrite functionality (there are plenty of tutorials online to help you with this--not too difficult at all). You can make your pages end in .monkeybutt if you wanted to.
Thanks to all the above guys for answering my thread and a special hej hej to Mooseman, he sounds like my old history teacher. Cheers, Ozzy