| Posted: 15 May 2010 at 12:38pm | IP Logged
|
|
|
Ive been using the isapi rewrite utility with iis 6. Now we have upgraded to iis7.
When clicking on a link I am getting an error '"HTTP Error 404.0 - Not Found""
details:
| Requested URL |
http://localhost:80/ARAXI_DEV_new_site/wwwroot/araxi-translations-for-your-business-any-language-virtually.html |
| Physical Path |
C:\ColdFusion8\wwwroot\ARAXI_DEV_new_site\wwwroot\araxi-translations-for-your-business-any-language-virtually.html |
i really have no idea why isapi is not recognising this as it is clearly in the http.ini file
RewriteRule ^/araxi-translations-for-your-business-any-language-virtually.html(.*) /index.cfm?action=home.cover$1&language=english [I,L]
I'm thinking it may be a configuration issue but I am new to IIS7 and have no idea where to look.
|