> Try this: > ^com/([_0-9a-z-]+)(?:/([_0-9a-z-]+)(?:/([_0-9a-z-]+))?)?/?$
Hmmm.... I can get the rule to work like this: ^testpage/([_0-9a-z-]+)(?:/([_0-9a-z-]+)(?:/([_0-9a-z-]+))?)?/?$ So this URL will work: http://mysite-test.myhost.net/testpage/wagon/red/small But, I think the way the server might be configured is causing trouble for me.. I need the "testpage" gone though. If I try the rule as: ^net/([_0-9a-z-]+)(?:/([_0-9a-z-]+)(?:/([_0-9a-z-]+))?)?/?$ It will validate correctly when I check the syntax, but 404 when I try to browse to the URL: http://mysite-test.myhost.net/wagon/red/small Error message: Requested URL http://mysite-test.myhost.net:80/wagon/red/small/ Physical Path C:\inetpub\wwwroot2\mysite\wagon\red\small\ Anybody have any ideas? I have complete access to the IIS Admin on the machine in question, though I only know just enough to be dangerous... ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:323314 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

