> I don't know much about IIS. I want to do something 
> that I've done in Apache.  I need a translation...
> 
> I need to know how to do this( from apache config ):
>     AliasMatch   ^/admin(.*)$  C:/http/sites/website/web/admin$1
>     AliasMatch   ^/.*html      
> C:/http/sites/website/web/template.cfm$1
> 
> in IIS 5....

Unfortunately, there's no direct analogy for that in IIS. You might find
this useful:
http://www.microsoft.com/technet/treeview/default.asp?url=/technet/prodtechn
ol/iis/deploy/rollout/steps.asp

There are IIS alternatives to mod_rewrite, which might be able to get you
where you're going:
http://www.isapirewrite.com/
http://www.qwerksoft.com/products/iisrewrite/

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Reply via email to