Possible Duplicate:
Hide extension and variables using .htaccess
I want to change the my URL.
For example,
from: http://domain-name.com/dir/page1.php to: http://domain-name.com/dir/?page1
What would be the .htaccess file code for this?
I am not using any CMS. It's just a simple PHP website.