PDA

View Full Version : Do you have to use "/" with ISAPI or will "~" do?


TheDave
05-17-2005, 10:50 AM
Hi all,

I've hit a snag with implementing a mod re-write (ISAPI for IIS). If I rewrite urls using slashes ("/") instead of ampersands ("&"), it breaks some existing functionality (no-one can order) as I pass path info in and out of my login process to tell the web server what to serve up next.

I'm worried that if I use a different character, say a "~" for example, if this will be too obvious to an SE spider or algorithm.

Has anyone ever used something other than a slash? Did your pages get indexed ok?

Cheers,

Dave