Hello warriors, I have an HTML CSS , Dreamweaver designed website and i now wish to convert it to PHP . Can some one let me know the easy and simpler process to do it. Thanks.
Rename files to .php as well as all links within each page. Add to your .htaccess file RedirectMatch permanent ^(.*)\.htm(l?)$ $1.php This will redirect any visit to a .htm page to the .php page.
HTML / CSS does not convert to PHP. HTML / CSS is processed client site as PHP is processed server-side. You can include PHP code into you HTML / CSS coded file by renaming it to .php or adding an apache handler to process .html with the php engine. use <?php ?> to process all of your html code
Thanks 4 da replies. I do know about changing the filenames, but just wanted to know if theres some easy way to do it. I actually wanted to change the look of my html website either by using WordPress themes or templates. Any further help would be appreciated. Thanks.
Well, if you want to use another theme, you can try out the designs in http://www.opendesigns.org/. Those are HTML designs and you just have to change the contents. I don't understand why you would want to use wordpress just for themes or template. If you really want to use wordpress, you don't need to convert anything. You have to copy the contents of your HTML site into wordpress posts/pages. Or if you just want to use a particular wordpress theme, but not wordpress itself, you need to take the source code of the site which uses that theme and edit the source code. If you can share more clearly what you are really upto, maybe you will get more helping hands.
I actually did not want to loose my back links and page ranking, i better think of it again. Anyways..Thanks everyone 4 the information provided.
Addition of Short Tag within your pages can help you to convert your pages into PHP with alteration of extension also
Hei, if you just wanted to re-configure your site with wordpress I can help you in that, Ours is a web design & development company in cochin . If interested Please mail me in will send you the price details
Hello, You just need to .php extension of all pages and also change the link in .php and whree you can put the code of php you can easily put the code.