- Forums
- Tutorial and Guides
- How To Make .PHP Pages into .HTML
If You Want To Learn How You Can Create Websites With Php And Convert Them Into Html Pages [742], Last Updated: Mon Jun 24, 2024
Webune Tutorials
Mon Dec 07, 2009
0 Comments
378 Visits
Hello,
Welcome to Webune Support Forums - We provide Linux and Windows Dedicated server in addition to shared web hosting services.
Have you ever wondered how you can make your dynamic pages more static. what i mean by that is that you can make your dynamic pages PHP pages appear as static pages.
lets say for example i have a website, and my links look like this:
http://www.example.com/index.php?id=56&title=create-html-files-from-php
well, we can make this page like this for example:
http://www.example.com/create-html-files-from-php-id56.html
what are the advantages of this?
1. security, if there is a hacker visiting your site, you are not showing what programming language you are using
2. most important of all, you are making your url links Search Engine Friendly (SEO) how? the url is relevant to the title of the page
there was a time where search engines would not index your site if it contained a ? character, but newer search engines do allow for ? in your URLs , but there are some that may not allow it
ok, if you are visitng this post, you probably want to know how you can do this.
we will show you. we have created an easy to follow tutorial that will show you step by step how you can make web pages using mod_rewrite in apache servers
here is the link:
How To Test Check If Mod_rewrite Is Enabled