I have a site that directs a user to a php page, after filling out a form, to /form.php?id=whateverID?password=whateverPassword (this is an example). I would like to use .htaccess to show the URL as being form.php.
At the of the day I am looking to count how many users were directed to the form.php pages.
Thanks in advance