What should happen is that when you type in "[[New page]]" in a wiki page, save the page and click the link (or click any link with a dotted underline),
a window opens asking what you would like to name the new page. This is the way it works in my staging environment. What is actually happening in my live environment however, is that the wiki treats the dotted underlined links as a web links instead of opening
the window – and opens up a 404 error as the page does not exist yet. As seen in Fiddler, when the "domain names" link is clicked on the wiki page, the WikiRedirect.aspx is triggered, but the browser directs to 404 Page Not Found Error.
↧