YouTube has URL's like these:
http://www.youtube.com/watch?v=zKqeCtjFGFc
When I create a PHP page mine would be like these:
watch.php?v=zKqeCtjFGFc
How does YT hide the PHP extension, and I know YT is probably written in Python or something other than PHP but I have seen this done in WordPress and other PHP written apps.
Can this be done without using htacess rewrites?