RE: iHTTPModule Interface for Coldfusion?

2004-07-16 Thread Micha Schopman
I am gonna take a look at isapirewrite.com, previous versions never
supported dynamic configuration reloading, and the new version does. So
maybe this could be what I am looking for. I need a system which can be
altered based on what the customer selects.

 
Micha Schopman 
Software Engineer 
Modern Media, Databankweg 12 M, 3821 AL  Amersfoort 
Tel 033-4535377, Fax 033-4535388 
KvK Amersfoort 39081679, Rabo 39.48.05.380
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: iHTTPModule Interface for Coldfusion?

2004-07-16 Thread Hugo Ahlenius
Wouldn't http://www.qwerksoft.com/products/iisrewrite/ be something like
what you are looking for (haven't tested that one)

--
Hugo Ahlenius

-
Hugo Ahlenius  E-Mail: [EMAIL PROTECTED]
Project Officer    Phone:+46 8 230460
UNEP GRID-Arendal  Fax:  +46 8 230441
Stockholm Office   Mobile: +46 733 467111
   WWW:   http://www.grida.no
- 



| -Original Message-
| From: Micha Schopman [mailto:[EMAIL PROTECTED]
| Sent: Friday, July 16, 2004 16:17
| To: CF-Talk
| Subject: RE: iHTTPModule Interface for Coldfusion?
|
| What I forgot to mention, it needs to work with CF 5, .. else
| I would have used the FriendlyURL Servlet instantly :-)
|
| During my search I couldn't find a decent solution :-) Micha
| Schopman Software Engineer Modern Media, Databankweg 12 M,
| 3821 AL  Amersfoort Tel 033-4535377, Fax 033-4535388 KvK
| Amersfoort 39081679, Rabo 39.48.05.380
|
|
|
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: iHTTPModule Interface for Coldfusion?

2004-07-16 Thread Micha Schopman
What I forgot to mention, it needs to work with CF 5, .. else I would
have used the FriendlyURL Servlet instantly :-)

 
During my search I couldn't find a decent solution :-)
Micha Schopman 
Software Engineer 
Modern Media, Databankweg 12 M, 3821 AL  Amersfoort 
Tel 033-4535377, Fax 033-4535388 
KvK Amersfoort 39081679, Rabo 39.48.05.380
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: iHTTPModule Interface for Coldfusion?

2004-07-16 Thread Hugo Ahlenius
You might want to search the archives (and google) for:
* SES (search engine safe urls)
* mod_rewrite
* "url rewriting"
* FriendlyURL Servlet (fuservlet)
* "iis rewrite engine"

--
Hugo Ahlenius

-
Hugo Ahlenius  E-Mail: [EMAIL PROTECTED]
Project Officer    Phone:+46 8 230460
UNEP GRID-Arendal  Fax:  +46 8 230441
Stockholm Office   Mobile: +46 733 467111
   WWW:   http://www.grida.no
- 



| -Original Message-
| From: Micha Schopman [mailto:[EMAIL PROTECTED]
| Sent: Friday, July 16, 2004 15:35
| To: CF-Talk
| Subject: iHTTPModule Interface for Coldfusion?
|
| I am looking for a way to create a customtag which purpose is
| to handle url to id mappings before they are caught by the
| IIS errorhandler.
| For example:
|
| The page http://www.mydomain.com/software/product does not
| exist on the server because the system is used as an ASP
| model, and all customers use the same wwwroot directory. I
| however want to do this
|
| Customer types in http://www.mydomain.com/software/product
| Serverside /software/product/ is registered in a sql database
| as mapped to index.cfm?pageid=1234
| http://www.mydomain.com/software/product is relocated on the fly to
| http://www.mydomain.com/index.cfm?pageid=1234
|
| This is possible within .NET by using the iHTTPModule
| interface, but I haven't found any way besides a custom 404
| template (which still causes a 404 entry in the logs) to
| handle such actions. I know the explanation is a bit odd, but
| I hope it is understandable.
|
| The reason why I am not making directories is because of the
| following structure (the ASP model)
|
| Root
| Applicationdata
| www.domain.com 
| templates
| configuration
| www.domain.com 
| templates configuration
| Wwwroot
| Objects
| Core
| Shared
| Admin
| Sitedata
| www.domain.com
| 
| gfx
| css
| uploads
| www.domain.com
| 
| gfx
| css
| uploads
|
|
|
|
|
| Micha Schopman
| Software Engineer
|
|
|
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]