Trying to get Ionic IsapRewrite working locally so I can develop locally 
without having to put every freaking thing out to the server...

Running:
XP Pro
IIS 5.1

Stuff is set up thusly:
1. Since IIS 5.1 only allows one site, I've got my "default" site as the 
main wwwroot directory with everything under it

2. The IonicReWrite is listed in the IIS Admin ISAPI Filters section

My Isapi ini file (for now):
------------------------------
# IsapiRewrite4.ini
# ini file for the ISAPI rewriter.


RewriteLogLevel 3

RewriteRule ^attorney/([_0-9a-z-]+)/([_.0-9a-z-]+)$ 
/attorney/nelson-mullins-attorney-bio.cfm?city=$1&lawyer=$2
-----------------------------------

Ideas on what I might have wrong?

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:322928
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to