Hi Guys Im working on project IIS6 server and PHP 5 script. I need help to write .htaccess for URL Rewriting. I'm good in Apache, but need help from your guys for IIS current site urls domain.com/index.php?page=services domain.com/index.php?page=incentives§ion=5star Thank you
you'll need to have isapi_rewrite, with that you can use mod_rewrite and .htaccess (but not all directives will work) http://www.isapirewrite.com/
and dont for get to set the propper permissions....i was pulling my hair out trying to get it to work