Products » Support Forums 

Support Forums

HomeHomeDotNetNuke Modu...DotNetNuke Modu...Url MasterUrl MasterUnable to loginUnable to login
Previous
 
Next
New Post
2/11/2010 12:46 AM
 

 yep that fixed it from bouncing between http://ed.... and www.ed...

but still can login I get this error

Server Error in '/' Application.

The resource cannot be found.

Description: HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable.  Please review the following URL and make sure that it is spelled correctly.

Requested URL: /login.aspx


Version Information: Microsoft .NET Framework Version:2.0.50727.3603; ASP.NET Version:2.0.50727.3601              

 
New Post
2/11/2010 1:02 AM
 

What's the full Url of the login page showing that error?

 
New Post
2/11/2010 1:20 AM
 

 http://www.edmedia.com.au/404NotFound/tabid/598/language/en-AU/Default.aspx?aspxerrorpath=/language/en-AU/login.aspx

 
New Post
2/11/2010 1:36 AM
 

OK, the problem is that something on your home page is causing a 302 redirect to that url you posted.

www.edmedia.com.au/home/language/en-AU/login.aspx works OK, as does clicking on the login link from the site root.

If I just request http://www.edmedia.com.au/language/en-AU/Home.aspx  then I get the page back OK.
 

If I do a postback on http://www.edmedia.com.au/language/en-AU/Home.aspx then I get the 302 redirect to the above url (which appears to be some type of custom 404 handler page)

My suspicion is that something on your home page postback is causing an exception, and your web.config error handling is configured in such a way that it redirects to a broken link (the 404NotFound page).  However, the Url Master part of the equation is behaving in the same way in both GET and POST circumstances.  This is my suspicion - I can't say for sure I'm correct.  Perhaps check your event logs and see if an error is being raised during that process, or perhaps temporarily disable your 404 handler to see what happens.

Note that if you're just going to support one language (en-AU) I would remove the base en-US language and uncheck the options to display the language in the Url.  You'll just create duplicate content and hamper your efforts to rank better.   Or just use the en-US language pack.

Finally, using the 302-to-404 page is not a good idea.  What happens is that, when a page is not requested, instead of returning the correct 404 status back to a browser (or search engine), what you are doing instead is issuing a redirect to a page that says 'here it is'.  If you have 404 errors, you should either return a 404 if it is a genuine error, or do a proper redirect if you have moved a page.  You can decide what the balance is between telling search engines about your content and being helpful to users who follow an incorrect link.

 
New Post
2/11/2010 3:03 AM
 

 I've removed all traced of custom errors but still get the same error when attempting a login

login url:

http://www.edmedia.com.au/language/en-AU/login.aspx?returnurl=%2fDefault.aspx

Server Error in '/' Application.

The resource cannot be found.

Description: HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable.  Please review the following URL and make sure that it is spelled correctly.

Requested URL: /language/en-AU/login.aspx


Version Information: Microsoft .NET Framework Version:2.0.50727.3603; ASP.NET Version:2.0.50727.3601

 

but I can directly access the page

http://www.edmedia.com.au/language/en-AU/login.aspx 

 
Previous
 
Next
HomeHomeDotNetNuke Modu...DotNetNuke Modu...Url MasterUrl MasterUnable to loginUnable to login


Support Guidelines.. Please read before posting

To get support on iFinity products and services, please search the forums for the the answer to the problem you are seeking. If you cannot find a solution, post a question in the relevant forum.   Ensure that you specify the relevant versions of the problem, and the actual error message or a detailed description of the problem.    You will need to register with this site to post on the forum.  If you have a Microsoft Live (Hotmail/Passport) account you can use that.  If you have a Open Id account you can use that.  If you neither of these, you will need to register a user Id and password.

Please note : If you are posting a new thread for the Url Master module, please include the following information where applicable:

- Url Master version

- DotNetNuke version

- Example Url where possible

- If there is an error, please post the full error text and/or stack trace (from the DotNetNuke event log).