Ok now I've seen this used on multiple sites but never actually seen how it is done. How do people host pages under a PHP file?
Example:
http://www.website.com/index.php/about
I've seen examples that show you how to do things like this:
http://www.website.com/?id=4
But that is not what I want to do, I want to do the top one but I have searched all over and so far I can't find anything relating to it. If anyone could help that would be much appreciated and also how would you do the HTACCESS for it to be:
http://www.website.com/about
Any and all help is appreciated thanks in advance!