smitho1990 Posted October 14, 2010 Posted October 14, 2010 'lo geeks, We've got a program that we use which allows users to log in through the website and browse their unique share for files etc. Our old server (2003) died on us, and we switched to 2008 R2 standard and now running IIS 7.5. All is working fine apart from when trying to downloading files with spaces in the name. The URL is changed from: Generic File Name.zip to Generic+File+Name.zip We need a way in IIS to change the + to %20. Can anyone please shed some light on how to do this? Thanks in advance, Dan
sister_annex Posted October 14, 2010 Posted October 14, 2010 Something to do with IIS URL Rewriting maybe - URL Rewrite : The Official Microsoft IIS Site Or Maybe this may help? IIS6 vs. IIS7 and IIS7.5: handling URLs with plus sign (+) in base (not querystring) - Server Fault HTH 1
smitho1990 Posted October 14, 2010 Author Posted October 14, 2010 Something to do with IIS URL Rewriting maybe - URL Rewrite : The Official Microsoft IIS Site Or Maybe this may help? IIS6 vs. IIS7 and IIS7.5: handling URLs with plus sign (+) in base (not querystring) - Server Fault HTH Cheers, Am currently playing with the rewrite extension thing.
powdarrmonkey Posted October 14, 2010 Posted October 14, 2010 Nice to see IIS can finally do something so basic that it's been in Apache since... er... forever
smitho1990 Posted October 14, 2010 Author Posted October 14, 2010 so I've found the rule I need - how do I add it, and what type of rule must it be?
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now