I am trying to get localhost/calc_com/view_table.php to redirect to localhost/calc_com/view_table . Not only that, but if ANY parameters are passed to view_table.php, have the URL stay as view_table. It is an application to be used locally. Also all forms use POST, so parameters do not show up in URL as is. Just want to exclude the .php part of the file. Running Windows 7 IIS 7.5 with URL Rewrite 2.0 installed. Thanks.