> >Thanks for the info. Presumably you just use a template that takes the >SCRIPT_NAME and sets URL variables so you can still refer to URL.whatever in >your code (I think that's what plainURL does)?
Well, actually I like to put them into the attributes or request scope but that's pretty irrelevant. That's the idea, yes. >However, when SP6a was applied on a server, it stopped working. Dave Watts >mentioned that IIS was incorrectly reading the URL from left to right >instead of right to left and this was fixed with SP6a. I stopped using the . >as a delimiter and changed it back to an = sign. From everything I'd heard, >search engines weren't happy with ? in URLs, but didn't mind = signs. > >Don't know how true that is, though, as I've never been that worried enough >about marketing to spend the time researching it. I actually don't use IIS so all that sp6a stuff didn't bother me much. Periods work fine on Apache and WebSite. I don't normally pass the variable name around either so I don't need a separator, so I've never looked hard into what spiders do and don't really like besides the ?. Google will actually index URLs with ? in them now, so maybe it's a trend. Cheers, -Max ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

