I currently have my PHP files in the form:
http://www.domain.com/myfile.php?var1=val1
I want it so I do not have to use the ".php" extension, so it is in the form:
http://www.domain.com/myfile?var1=val1
I have seen this in so many other places and it would make URLs that little bit easier. I believe it can be done by modifying the ".htaccess" file, but I cant find help anywhere.
Any help is appreciated.
TIA,
Mike