I’m attempting to create a Google Plus redirect like this…
http://www.domain.com/+
I have created a folder named “+” with a simple default.html file inside. Default.html is a default document and it contains a simple JS redirect. I get a 404 like the folder and file do not exist. Very strange!
The plus character appears to be valid for folder names so I’m stumped.
Any ideas?
Thanks
How about a nice 301 redirect in a web.config:
Edit: I allowed double escaping which disables IIS7’s interpolation of a + as a space. Solution obtained from: http://www.ifinity.com.au/Blog/entryid/60/404-error-in-iis-7-when-using-a-url-with-a-plus-sign-in-the-path