Customise login page error with url parameter
Last Post 08/02/2012 11:42 PM by ky fung. 0 Replies.
Author Messages Not Resolved
ky fung
Posts:


--
08/02/2012 11:42 PM  
Hi,

I made a customize login page with the following step in dnn 6.1.2 pro:

- add my login module
- add new page "login", default english
- add my login module and set view by everyone
- add the default login module and set view by admin only
- add again for other language
- set it to login page in site settings

For url "localhost/dev/en-us/login.aspx", it works fine, even with url parameter
For url "localhost/dev/login.aspx", I can login/change password with it. But if any url parameter pass to it, e.g. for "localhost/dev/login.aspx?a", it result in:

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: /dev/Default.aspx

In event viewer, I get Host Alert, Resource Not Found URL URL /dev/login.aspx?a

Please help me. I tried long time to search and config but still the same.


---