I have installed ISAPI and it worked fine. Instead of contactus.php I see contactus. I love it.
However contactus.php has as action (action="contactus1.php") with "post". The post is not working anymore. I have to change it for get. I would do it if it would be for one program only but it's not the case. I have hundred of programs to change.
Here is my file
RewriteLogLevel 1
RewriteLog c:\inetpub\iirfLogs\iirf
RewriteEngine ON
RewriteCond %{ENV:REDIRECT_STATUS} 200
RewriteRule ^ - [L]
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-l
RewriteRule ^(.*)$ $1.php [L]
RewriteRule (.+).php$ $1 [R,L]
What did I miss ?
Thanks
Real Drouin
real.drouin@parjobs.com