Suppose you have a website made up of a bunch of PHP files:
yoursite.com/page.php
PHP extension is, of course, showing. Thats not good on many levels, which I'm not going to discuss, the question is, what can be done about that?
This tip will work if your server supports
mod_rewrite.
First, lets allow incoming URLs to leave out .php. Such that
(
Read more... )