Fixed all redirections with appropriate host (as configured).
This commit is contained in:
parent
8c35eed690
commit
191d903b2d
13 changed files with 149 additions and 124 deletions
|
@ -51,7 +51,7 @@ namespace ScrewTurn.Wiki {
|
|||
string queryString = ""; // Empty or begins with ampersand, not question mark
|
||||
try {
|
||||
// This might throw exceptions if 3rd-party modules interfer with the request pipeline
|
||||
queryString = HttpContext.Current.Request.Url.Query.Replace("?", "&");
|
||||
queryString = HttpContext.Current.Request.Url.Query.Replace("?", "&"); // Host not used
|
||||
}
|
||||
catch { }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue