Welcome to HostingForumz.com!
FAQFAQ   SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log in/Register/PasswordLog in/Register/Password

Outbound URL Rewriting - Need a product

 
   Web Hosting Problem Solving Community! (Home) -> IIS RSS
Author Message
zippo76

External


Since: Mar 02, 2007
Posts: 3



(Msg. 1) Posted: Fri Mar 02, 2007 6:54 am
Post subject: Outbound URL Rewriting - Need a product
Archived from groups: microsoft>public>inetserver>iis (more info?)

I'm trying to find an isapi (preferred) or working .net 1.1 module for
re-writing outbound URLs. we're currently using helicon isapi-rewrite
for inbound, but there are several (70%of page) urls i'd like to
change their urls after the page stream is created. Any help on
finding a product that will do this is appreciated.

 >> Stay informed about: Outbound URL Rewriting - Need a product 
Back to top
Login to vote
Steve Schofield

External


Since: Nov 26, 2006
Posts: 222



(Msg. 2) Posted: Sun Mar 04, 2007 8:04 am
Post subject: Re: Outbound URL Rewriting - Need a product [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

I'm not aware of any 3rd party products. Have you looked at using .NET HTTP
Modules to perform this type of thing?

http://forums.asp.net/27/ShowForum.aspx

--

Steve Schofield
Windows Server MVP - IIS
ASPInsider Member - MCP

http://www.orcsweb.com/
Managed Complex Hosting
#1 in Service and Support

"zippo76" <bgavenda.DeleteThis@classifiedventures.com> wrote in message
news:1172847255.614908.193460@n33g2000cwc.googlegroups.com...
> I'm trying to find an isapi (preferred) or working .net 1.1 module for
> re-writing outbound URLs. we're currently using helicon isapi-rewrite
> for inbound, but there are several (70%of page) urls i'd like to
> change their urls after the page stream is created. Any help on
> finding a product that will do this is appreciated.
>

 >> Stay informed about: Outbound URL Rewriting - Need a product 
Back to top
Login to vote
kgafvert

External


Since: Aug 23, 2003
Posts: 3146



(Msg. 3) Posted: Sun Mar 04, 2007 9:49 am
Post subject: Re: Outbound URL Rewriting - Need a product [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Why not change the URL in the source instead?

I am saying this because it would be resource intensive to search each
outgoing page for a specified string, or multiple strings. I don't think
you can find any such product that will work well on nothing else but a
very small website.


--
Regards,
Kristofer Gafvert
http://www.gafvert.info/iis/ - IIS Related Info


zippo76 wrote:

>I'm trying to find an isapi (preferred) or working .net 1.1 module for
>re-writing outbound URLs. we're currently using helicon isapi-rewrite
>for inbound, but there are several (70%of page) urls i'd like to
>change their urls after the page stream is created. Any help on
>finding a product that will do this is appreciated.
 >> Stay informed about: Outbound URL Rewriting - Need a product 
Back to top
Login to vote
zippo76

External


Since: Mar 02, 2007
Posts: 3



(Msg. 4) Posted: Mon Mar 05, 2007 4:16 am
Post subject: Re: Outbound URL Rewriting - Need a product [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Mar 4, 11:49 am, "Kristofer Gafvert" <kgafv... DeleteThis @NEWSilopia.com>
wrote:
> Why not change the URL in the source instead?
>
> I am saying this because it would be resource intensive to search each
> outgoing page for a specified string, or multiple strings. I don't think
> you can find any such product that will work well on nothing else but a
> very small website.
>
> --
> Regards,
> Kristofer Gafverthttp://www.gafvert.info/iis/- IIS Related Info
>
>
>
> zippo76 wrote:
> >I'm trying to find an isapi (preferred) or working .net 1.1 module for
> >re-writing outbound URLs. we're currently using helicon isapi-rewrite
> >for inbound, but there are several (70%of page) urls i'd like to
> >change their urls after the page stream is created. Any help on
> >finding a product that will do this is appreciated.- Hide quoted text -
>
> - Show quoted text -

Admin vs Developer issue. We need this change to streamline where
content is being served from, and it would take a development effort
to do so. Been working on the developers making this change for 2+
years. It will always be on back burner of projects for sales and
marketing.
 >> Stay informed about: Outbound URL Rewriting - Need a product 
Back to top
Login to vote
CleanURL

External


Since: Mar 06, 2007
Posts: 1



(Msg. 5) Posted: Tue Mar 06, 2007 8:32 pm
Post subject: Re: Outbound URL Rewriting - Need a product [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Mar 5, 11:16 pm, "zippo76" <bgave....TakeThisOut@classifiedventures.com> wrote:
> On Mar 4, 11:49 am, "Kristofer Gafvert" <kgafv....TakeThisOut@NEWSilopia.com>
> wrote:
>
>
>
> > Why not change theURLin the source instead?
>
> > I am saying this because it would be resource intensive to search each
> > outgoing page for a specified string, or multiple strings. I don't think
> > you can find any such product that will work well on nothing else but a
> > very small website.
>
> > --
> > Regards,
> > Kristofer Gafverthttp://www.gafvert.info/iis/-IIS Related Info
>
> > zippo76 wrote:
> > >I'm trying to find an isapi (preferred) or working .net 1.1 module for
> > >re-writing outbound URLs. we're currently using helicon isapi-rewrite
> > >for inbound, but there are several (70%of page) urls i'd like to
> > >change their urls after the page stream is created. Any help on
> > >finding a product that will do this is appreciated.- Hide quoted text -
>
> > - Show quoted text -
>
> Admin vs Developer issue. We need this change to streamline where
> content is being served from, and it would take a development effort
> to do so. Been working on the developers making this change for 2+
> years. It will always be on back burner of projects for sales and
> marketing.

have you heard about the new url rewrite tool?

CleanURL they are claiming that it cna handle two way rewrite and
requires no website mods. tha way should it break then the website
will continue to operate in the default mode.

Not too much info on these guys try www.cim.com.au\cleanurl
You can demo it, I did it did what they said it would do.
you need a little tech knowledge.
 >> Stay informed about: Outbound URL Rewriting - Need a product 
Back to top
Login to vote
zippo76

External


Since: Mar 02, 2007
Posts: 3



(Msg. 6) Posted: Tue Mar 13, 2007 8:06 am
Post subject: Re: Outbound URL Rewriting - Need a product [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Mar 6, 11:32 pm, "CleanURL" <sestongr... DeleteThis @gmail.com> wrote:
> On Mar 5, 11:16 pm, "zippo76" <bgave... DeleteThis @classifiedventures.com> wrote:
>
>
>
>
>
> > On Mar 4, 11:49 am, "Kristofer Gafvert" <kgafv... DeleteThis @NEWSilopia.com>
> > wrote:
>
> > > Why not change theURLin the source instead?
>
> > > I am saying this because it would be resource intensive to search each
> > > outgoing page for a specified string, or multiple strings. I don't think
> > > you can find any such product that will work well on nothing else but a
> > > very small website.
>
> > > --
> > > Regards,
> > > Kristofer Gafverthttp://www.gafvert.info/iis/-IISRelated Info
>
> > > zippo76 wrote:
> > > >I'm trying to find an isapi (preferred) or working .net 1.1 module for
> > > >re-writing outbound URLs. we're currently using helicon isapi-rewrite
> > > >for inbound, but there are several (70%of page) urls i'd like to
> > > >change their urls after the page stream is created. Any help on
> > > >finding a product that will do this is appreciated.- Hide quoted text -
>
> > > - Show quoted text -
>
> > Admin vs Developer issue. We need this change to streamline where
> > content is being served from, and it would take a development effort
> > to do so. Been working on the developers making this change for 2+
> > years. It will always be on back burner of projects for sales and
> > marketing.
>
> have you heard about the new url rewrite tool?
>
> CleanURL they are claiming that it cna handle two way rewrite and
> requires no website mods. tha way should it break then the website
> will continue to operate in the default mode.
>
> Not too much info on these guys trywww.cim.com.au\cleanurl
> You can demo it, I did it did what they said it would do.
> you need a little tech knowledge.- Hide quoted text -
>
> - Show quoted text -

Thanks. They seem to be a fly by night org. Their site is unstable
the their online submit form returns an NDR. Our site is a bit large
and i'm a bit hesitant to even give them a look based on these
issues. Thanks for the reply.
 >> Stay informed about: Outbound URL Rewriting - Need a product 
Back to top
Login to vote
Display posts from previous:   
   Web Hosting Problem Solving Community! (Home) -> IIS All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]