anyone used ISAPI?

M

mark | r

I believe that ISAPI can convert a search engine friendly url string into a
querystring?
does anyone have any tutorials about using this feature in ASP?

mark
 
E

Egbert Nierop \(MVP for IIS\)

mark | r said:
I believe that ISAPI can convert a search engine friendly url string into a
querystring?
does anyone have any tutorials about using this feature in ASP?
you mean
Request.ServerVariables("HTTP_REFERER")
That does not need an extra filter...
 
M

mark | r

I believe that ISAPI can convert a search engine friendly url string
into
a
you mean
Request.ServerVariables("HTTP_REFERER")
That does not need an extra filter...

ill trust that you know what im on about :) do you have any samples of this
to achieve search engine friendly urls?

mark
 
A

arachno

no, he means converting "dirty urls" into something readable and looks
generic to search engines...
 
A

arachno

you need something that calls "url rewriter" for it.
you can do it with one of the programming languages.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,764
Messages
2,569,567
Members
45,041
Latest member
RomeoFarnh

Latest Threads

Top