Velocity Reviews

Velocity Reviews (http://www.velocityreviews.com/forums/index.php)
-   ASP General (http://www.velocityreviews.com/forums/f65-asp-general.html)
-   -   does url rewriting use isapi (http://www.velocityreviews.com/forums/t801735-does-url-rewriting-use-isapi.html)

trooperbill 08-01-2006 09:02 AM

does url rewriting use isapi
 
.... and if so how (using basic asp, not .net)?

thanks

Mark
www.iosilver - Silver Jewellery


Mike Brind 08-01-2006 04:10 PM

Re: does url rewriting use isapi
 

trooperbill wrote:
> ... and if so how (using basic asp, not .net)?
>
> thanks
>


http://www.google.co.uk/search?hl=en...e+Search&meta=

--
Mike Brind


Anthony Jones 08-01-2006 04:30 PM

Re: does url rewriting use isapi
 

"trooperbill" <markrush@gmail.com> wrote in message
news:1154422955.980669.18530@s13g2000cwa.googlegro ups.com...
> ... and if so how (using basic asp, not .net)?
>


Yes URL rewriting uses ISAPI. You need to create a C++ ISAPI filter project
and write code in the OnUrlMap in the implementation of CHttpFilter. Have
fun ;)

> thanks
>
> Mark
> www.iosilver - Silver Jewellery
>




mark r 08-02-2006 09:21 AM

Re: does url rewriting use isapi
 

Anthony Jones wrote:
> "trooperbill" <markrush@gmail.com> wrote in message
> news:1154422955.980669.18530@s13g2000cwa.googlegro ups.com...
> > ... and if so how (using basic asp, not .net)?
> >

>
> Yes URL rewriting uses ISAPI. You need to create a C++ ISAPI filter project
> and write code in the OnUrlMap in the implementation of CHttpFilter. Have
> fun ;)
>
> > thanks
> >
> > Mark
> > www.iosilver - Silver Jewellery
> >


anyone know a method that will work on shared hosting?


Kyle Peterson 08-02-2006 11:20 PM

Re: does url rewriting use isapi
 
nope


"mark r" <markrush@gmail.com> wrote in message
news:1154510496.116355.26580@75g2000cwc.googlegrou ps.com...
>
> Anthony Jones wrote:
>> "trooperbill" <markrush@gmail.com> wrote in message
>> news:1154422955.980669.18530@s13g2000cwa.googlegro ups.com...
>> > ... and if so how (using basic asp, not .net)?
>> >

>>
>> Yes URL rewriting uses ISAPI. You need to create a C++ ISAPI filter
>> project
>> and write code in the OnUrlMap in the implementation of CHttpFilter.
>> Have
>> fun ;)
>>
>> > thanks
>> >
>> > Mark
>> > www.iosilver - Silver Jewellery
>> >

>
> anyone know a method that will work on shared hosting?
>




travislspencer@gmail.com 08-04-2006 05:37 AM

Re: does url rewriting use isapi
 
mark r wrote:
>
> anyone know a method that will work on shared hosting?


Get a new hosting company that is running Linux and use mod_rewrite.

--

Regards,

Travis Spencer



All times are GMT. The time now is 11:21 AM.

Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.