Possible Duplicate:
Hide PHP from user
How do other sites manage to write their URLS without a file extension with GET variables like so:
http://foo.com/somepage?a=hello
but on my site it’s always:
http://foo.com/somepage.php?a=hello
How do they drop the extension and still get it to work?
1 Answer