Simple rewrite rule using a rewrite ISAPI filter. Either the free Ionic one
or paid for Helicon:

http://www.isapirewrite.com/
<http://www.isapirewrite.com/>http://iirf.codeplex.com/

<http://iirf.codeplex.com/>Your rewrite rule might look something like
(there will surely be some better regex for your use cases):

RewriteRule /(+*?)/(.*)$ /index.cfm?site=$1&params=$2 [I,L]

or perhaps:

RewriteRule ^/(+*?)/(.*)$ /$2/?site=$1 [I,L]

(etc)

HTH

Dominic


On 6 December 2010 20:19, Rick Root <rick.r...@gmail.com> wrote:

>
> Yes, each is managed and customized by different people.
>
> On Dec 6, 2010 2:18 PM, "Russ Michaels" <r...@michaels.me.uk> wrote:
>
>
> Rick,
>
> What is the purpose of all these sub directories, is each site actually
> different?
> What are you actually trying to achieve.
>
> Russ
>
>
> -----Original Message-----
> From: Rick Root [mailto:rick.r...@gmail.com]
>
> Sent: 06 December 2010 18:44
> To: cf-talk
> Subject: Virtual Directories and IIS
>
> I'm wondering if there's a better way to do what we're doing.
>
> Currently, we have about 12,000 web s...
>
>
>
> 

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

Reply via email to