Forum Moderators: open

Message Too Old, No Replies

Rewriting URLS on Windows 2K server

Gotta get the ?'s out of my links

         

mbennie

12:46 am on May 22, 2002 (gmt 0)

10+ Year Member



I'm running an asp site on a Windows 2000 Server. My host will not allow me to use any custom .dll's or servlets.

How can I remove the ?'s from my links?

korkus2000

12:50 am on May 22, 2002 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



The only viable way I now how to do it is to do form posts. You can use javascript from a link to submit the form.

Another way is to use the FSO to write htm files on the fly. CPU usage through the roof!

Fast, google, and ink seem to have no real problems with dynamic links.

mbennie

12:53 am on May 22, 2002 (gmt 0)

10+ Year Member



Only vaguely familiar with file system objects. Any tutorials or sample code around?

korkus2000

12:54 am on May 22, 2002 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



You really don't want to do option 2. Your pages will run so slow.