You may want to check to make sure that index.cfm is set up as a default document on the site. For the first two examples, it uses the default document since you didn't specify one and handles the rest as URL variables. My guess would be that you need to set that up in IIS for that website on production.
John Burns Certified Advanced ColdFusion MX Developer Wyle Laboratories, Inc. | Web Developer -----Original Message----- From: Ewok [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 09, 2005 9:54 AM To: CF-Talk Subject: RE: URL question Not exactly sure what it is but all of these work fine on my dev server: www.mysite.com?var=1 www.mysite.com/?var=1 www.mysite.com/index.cfm?var=1 but only the last one works in production. We are running the same versions of windows/IIS/CF on both so it is a setting somewhere. So... yes. There's a potential pitfall -----Original Message----- From: Will Tomlinson [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 09, 2005 8:42 AM To: CF-Talk Subject: URL question I gave my affiliate a URL to link to my site, which I grab the variable and do my thing with it. His link SHOULD BE: www.mysite.com?AFFID=101 But he did this instead: www.mysite.com/?AFFID=101 Everything still works fine when testing but I didn't know if there could be a potential pitfall with the extra slash in there. Thanks, Will ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:214169 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

