|
 |
proasp_howto thread: Help with Dynamic Page Optimization
Message #1 by info@e... on Thu, 14 Feb 2002 08:02:00
|
|
Yes, the example on ASP101 is very easy. Thanks Gonzalo!
Ken, do you have any examples of how I can use ISAPI for this or know of
any tutorials? Thanks!
- Elmer M.
> I think this is the best solution you'll find:
>
> http://www.asp101.com/articles/wayne/extendingnames/default.asp
>
> Quite easy, isn't it?
>
> HTH,
> Gonzalo
>
> -----Mensaje original-----
> De: Ken Schaefer [mailto:ken@a...]
> Enviado el: viernes, 15 de febrero de 2002 6:44
> Para: Pro ASP HowTo
> Asunto: [proasp_howto] Re: Help with Dynamic Page Optimization
>
>
> ISAPI filter?
>
> Cheers
> Ken
>
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> From: <info@e...>
> Subject: [proasp_howto] Help with Dynamic Page Optimization
>
>
> : Hello ASP & SQL Developers,
> :
> : I am looking for assistance in creating Dynamic Static Web Pages for
the
> : search engines. What I would like to do is to remove the "?" and
> : querystrings from the URL and create dynamic static html pages, either
on
> : the fly or on the server. See the article below to understand what I am
> : talking about. The database I am working with is SQL Server 2000.
> :
> : http://spider-food.net/dynamic-page-optimization.html
> :
> : For instance, if my page displays http://www.domain.com/page.asp?
> : query=12345, then I would like to convert that to something static like
> : http://www.domain.com/12345/page.asp. The reason is because most of the
> : search engines do not take domain names with querystrings, therefore
not
> : allowing dynamic content to be indexed. Once their spiders get to
the "?"
> : in the URL, they stop there and forget the rest. So there is no way to
get
> : database information out there unless the URL is switched. Any
assistance
> : would be greatly appreciated. I have full access to the server so I can
> : make server configuration changes if necessary. Thanks in advance!
>
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>
>
> $subst('Email.Unsub').
>
|
|
 |