Welcome to HostingForumz.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

IIS 6 URL rewrite/replace

 
   Web Hosting Problem Solving Community! (Home) -> IIS RSS
Next:  files without extension using webserver with IIS ..  
Author Message
oldeng

External


Since: Oct 01, 2003
Posts: 5



(Msg. 1) Posted: Wed Oct 01, 2003 9:56 am
Post subject: IIS 6 URL rewrite/replace
Archived from groups: microsoft>public>inetserver>iis (more info?)

Hi I am looking for documentation on replacing the URL in
IIS 6. The purpose that I am looking for this is for
Search Engine Indexing. I know that this is available in
IIS 5 through various utilities utilizing the ISAPI
filter, however I cannot find appropriate documentation on
how to handle this in IIS 6.

Any help is greatly appreciated...

- gary

 >> Stay informed about: IIS 6 URL rewrite/replace 
Back to top
Login to vote
user641

External


Since: Aug 22, 2003
Posts: 1637



(Msg. 2) Posted: Wed Oct 01, 2003 1:06 pm
Post subject: Re: IIS 6 URL rewrite/replace [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

"Gary" <oldeng.TakeThisOut@amerinetcentral.org> wrote in message
news:1a4201c38823$d620e9e0$a401280a@phx.gbl...
 > Hi I am looking for documentation on replacing the URL in
 > IIS 6. The purpose that I am looking for this is for
 > Search Engine Indexing. I know that this is available in
 > IIS 5 through various utilities utilizing the ISAPI
 > filter, however I cannot find appropriate documentation on
 > how to handle this in IIS 6.

Are you looking for RemapUrl?
<a style='text-decoration: underline;' href="http://microsoft.com/downloads/details.aspx?FamilyId=56FC92EE-A71A-4C73-B628-ADE629C89499&displaylang=en" target="_blank">http://microsoft.com/downloads/details.aspx?FamilyId=56FC92EE-A71A-4C7...628-ADE</a>

--
Tom Kaminski IIS MVP
<a style='text-decoration: underline;' href="http://www.iistoolshed.com/" target="_blank">http://www.iistoolshed.com/</a> - tools, scripts, and utilities for running IIS
<a style='text-decoration: underline;' href="http://mvp.support.microsoft.com/" target="_blank">http://mvp.support.microsoft.com/</a>
<a style='text-decoration: underline;' href="http://www.microsoft.com/windowsserver2003/community/centers/iis/" target="_blank">http://www.microsoft.com/windowsserver2003/community/centers/iis/</a><!-- ~MESSAGE_AFTER~ -->

 >> Stay informed about: IIS 6 URL rewrite/replace 
Back to top
Login to vote
oldeng

External


Since: Oct 01, 2003
Posts: 5



(Msg. 3) Posted: Wed Oct 01, 2003 1:06 pm
Post subject: Re: IIS 6 URL rewrite/replace [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Well a remap would not allow search engines to indes the
site. Correct? I have seen a few ISAPI_Rewrite utilities
for IIS 6, however I am not sure if there is something
that is built into IIS 6 to handle this.

- gary

 >-----Original Message-----
 >"Gary" <oldeng.RemoveThis@amerinetcentral.org> wrote in message
 >news:1a4201c38823$d620e9e0$a401280a@phx.gbl...
  >> Hi I am looking for documentation on replacing the URL
in
  >> IIS 6. The purpose that I am looking for this is for
  >> Search Engine Indexing. I know that this is available in
  >> IIS 5 through various utilities utilizing the ISAPI
  >> filter, however I cannot find appropriate documentation
on
  >> how to handle this in IIS 6.
 >
 >Are you looking for RemapUrl?
 >http://microsoft.com/downloads/details.aspx?
FamilyId=56FC92EE-A71A-4C73-B628-
ADE629C89499&displaylang=en
 >
 >--
 >Tom Kaminski IIS MVP
 >http://www.iistoolshed.com/ - tools, scripts, and
utilities for running IIS
 >http://mvp.support.microsoft.com/
 >http://www.microsoft.com/windowsserver2003/community/cente
rs/iis/
 >
 >
 >
 >.
 ><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: IIS 6 URL rewrite/replace 
Back to top
Login to vote
someone9

External


Since: Aug 25, 2003
Posts: 2419



(Msg. 4) Posted: Wed Oct 01, 2003 10:29 pm
Post subject: Re: IIS 6 URL rewrite/replace [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

I can tell you there isn't anything built into IIS6 to handle this.

Site Indexing is a function of the URL namespace and is a good thing for an
add-on.

I suspect that site indexing does not work with sites whose page appearance
depends on state stored in the querystring, and a URL Rewrite could be used
as one strategy to "hide" that state as "pathinfo" (cacheable by site
indexers) and later rewritten back to querystring prior to execution on the
server side.

However, I wouldn't say that site indexing requires a URL Rewriter. If you
created a site that is search friendly, it'll naturally be searchable.

--
//David
IIS
This posting is provided "AS IS" with no warranties, and confers no rights.
//
"gary" <oldeng.RemoveThis@amerinetcentral.org> wrote in message
news:0ec601c38827$07ef4810$a001280a@phx.gbl...
Well a remap would not allow search engines to indes the
site. Correct? I have seen a few ISAPI_Rewrite utilities
for IIS 6, however I am not sure if there is something
that is built into IIS 6 to handle this.

- gary

 >-----Original Message-----
 >"Gary" <oldeng.RemoveThis@amerinetcentral.org> wrote in message
 >news:1a4201c38823$d620e9e0$a401280a@phx.gbl...
  >> Hi I am looking for documentation on replacing the URL
in
  >> IIS 6. The purpose that I am looking for this is for
  >> Search Engine Indexing. I know that this is available in
  >> IIS 5 through various utilities utilizing the ISAPI
  >> filter, however I cannot find appropriate documentation
on
  >> how to handle this in IIS 6.
 >
 >Are you looking for RemapUrl?
 >http://microsoft.com/downloads/details.aspx?
FamilyId=56FC92EE-A71A-4C73-B628-
ADE629C89499&displaylang=en
 >
 >--
 >Tom Kaminski IIS MVP
 >http://www.iistoolshed.com/ - tools, scripts, and
utilities for running IIS
 >http://mvp.support.microsoft.com/
 >http://www.microsoft.com/windowsserver2003/community/cente
rs/iis/
 >
 >
 >
 >.
 ><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: IIS 6 URL rewrite/replace 
Back to top
Login to vote
oldeng

External


Since: Oct 01, 2003
Posts: 5



(Msg. 5) Posted: Thu Oct 02, 2003 8:49 am
Post subject: Re: IIS 6 URL rewrite/replace [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

I would agree 100% that writing the site so that it could
be index easily would be the best approach on this,
however that is not the case for this scenario.

What are your thoughts on the ISAPI Rewrite tools
available. Such as this one:

<a style='text-decoration: underline;' href="http://www.isapirewrite.com/" target="_blank">http://www.isapirewrite.com/</a>

- gary

 >-----Original Message-----
 >I can tell you there isn't anything built into IIS6 to
handle this.
 >
 >Site Indexing is a function of the URL namespace and is a
good thing for an
 >add-on.
 >
 >I suspect that site indexing does not work with sites
whose page appearance
 >depends on state stored in the querystring, and a URL
Rewrite could be used
 >as one strategy to "hide" that state as "pathinfo"
(cacheable by site
 >indexers) and later rewritten back to querystring prior
to execution on the
 >server side.
 >
 >However, I wouldn't say that site indexing requires a URL
Rewriter. If you
 >created a site that is search friendly, it'll naturally
be searchable.
 >
 >--
 >//David
 >IIS
 >This posting is provided "AS IS" with no warranties, and
confers no rights.
 >//
 >"gary" <oldeng.RemoveThis@amerinetcentral.org> wrote in message
 >news:0ec601c38827$07ef4810$a001280a@phx.gbl...
 >Well a remap would not allow search engines to indes the
 >site. Correct? I have seen a few ISAPI_Rewrite utilities
 >for IIS 6, however I am not sure if there is something
 >that is built into IIS 6 to handle this.
 >
 >- gary
 >
  >>-----Original Message-----
  >>"Gary" <oldeng.RemoveThis@amerinetcentral.org> wrote in message
  >>news:1a4201c38823$d620e9e0$a401280a@phx.gbl...
   >>> Hi I am looking for documentation on replacing the URL
 >in
   >>> IIS 6. The purpose that I am looking for this is for
   >>> Search Engine Indexing. I know that this is available
in
   >>> IIS 5 through various utilities utilizing the ISAPI
   >>> filter, however I cannot find appropriate documentation
 >on
   >>> how to handle this in IIS 6.
  >>
  >>Are you looking for RemapUrl?
  >>http://microsoft.com/downloads/details.aspx?
 >FamilyId=56FC92EE-A71A-4C73-B628-
 >ADE629C89499&displaylang=en
  >>
  >>--
  >>Tom Kaminski IIS MVP
  >>http://www.iistoolshed.com/ - tools, scripts, and
 >utilities for running IIS
  >>http://mvp.support.microsoft.com/
  >>http://www.microsoft.com/windowsserver2003/community/cent
e
 >rs/iis/
  >>
  >>
  >>
  >>.
  >>
 >
 >
 >.
 ><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: IIS 6 URL rewrite/replace 
Back to top
Login to vote
someone9

External


Since: Aug 25, 2003
Posts: 2419



(Msg. 6) Posted: Thu Oct 02, 2003 6:24 pm
Post subject: Re: IIS 6 URL rewrite/replace [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

I really do not have any experience to thes tools, so I cannot say. It
really seems like a personal functionality and ease-of-use decision.

--
//David
IIS
This posting is provided "AS IS" with no warranties, and confers no rights.
//
"gary" <oldeng DeleteThis @amerinetcentral.org> wrote in message
news:1d6f801c388e3$97f78280$a601280a@phx.gbl...
I would agree 100% that writing the site so that it could
be index easily would be the best approach on this,
however that is not the case for this scenario.

What are your thoughts on the ISAPI Rewrite tools
available. Such as this one:

<a style='text-decoration: underline;' href="http://www.isapirewrite.com/" target="_blank">http://www.isapirewrite.com/</a>

- gary

 >-----Original Message-----
 >I can tell you there isn't anything built into IIS6 to
handle this.
 >
 >Site Indexing is a function of the URL namespace and is a
good thing for an
 >add-on.
 >
 >I suspect that site indexing does not work with sites
whose page appearance
 >depends on state stored in the querystring, and a URL
Rewrite could be used
 >as one strategy to "hide" that state as "pathinfo"
(cacheable by site
 >indexers) and later rewritten back to querystring prior
to execution on the
 >server side.
 >
 >However, I wouldn't say that site indexing requires a URL
Rewriter. If you
 >created a site that is search friendly, it'll naturally
be searchable.
 >
 >--
 >//David
 >IIS
 >This posting is provided "AS IS" with no warranties, and
confers no rights.
 >//
 >"gary" <oldeng DeleteThis @amerinetcentral.org> wrote in message
 >news:0ec601c38827$07ef4810$a001280a@phx.gbl...
 >Well a remap would not allow search engines to indes the
 >site. Correct? I have seen a few ISAPI_Rewrite utilities
 >for IIS 6, however I am not sure if there is something
 >that is built into IIS 6 to handle this.
 >
 >- gary
 >
  >>-----Original Message-----
  >>"Gary" <oldeng DeleteThis @amerinetcentral.org> wrote in message
  >>news:1a4201c38823$d620e9e0$a401280a@phx.gbl...
   >>> Hi I am looking for documentation on replacing the URL
 >in
   >>> IIS 6. The purpose that I am looking for this is for
   >>> Search Engine Indexing. I know that this is available
in
   >>> IIS 5 through various utilities utilizing the ISAPI
   >>> filter, however I cannot find appropriate documentation
 >on
   >>> how to handle this in IIS 6.
  >>
  >>Are you looking for RemapUrl?
  >>http://microsoft.com/downloads/details.aspx?
 >FamilyId=56FC92EE-A71A-4C73-B628-
 >ADE629C89499&displaylang=en
  >>
  >>--
  >>Tom Kaminski IIS MVP
  >>http://www.iistoolshed.com/ - tools, scripts, and
 >utilities for running IIS
  >>http://mvp.support.microsoft.com/
  >>http://www.microsoft.com/windowsserver2003/community/cent
e
 >rs/iis/
  >>
  >>
  >>
  >>.
  >>
 >
 >
 >.
 ><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: IIS 6 URL rewrite/replace 
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 ]