I have wordpress 3 running on IIS7 with no problems at all, it was the
easiest setup I have ever done and works perfectly.
However I note you said you are running windows 2003 which is IIS6, which
may be the issue as I believe wordpress requires URL rewriting to work
properly. This is built in to IIS7 bit not IIS6, and wordpress detects IIS7
automatically and generates the rewrite rules in the web.config which is the
same as the .htaccess.
There is a solution for IIS6 called ISAPI REWRITE which is fully compatible
with Apache mod_rewrite rules and you can just copy the Apache .htaccess
file, so any software that requires Apache for mod_rewrite , should work on
IIS using ISAPI_REWRITE.
You can download it here.
http://www.helicontech.com/isapi_rewrite/



--
Russ Michaels
www.cfmldeveloper.com - Supporting the CF community since 1999
FREE ColdFusion/Railo hosting for developers.

blog: www.michaels.me.uk


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:336787
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to