Products » Support Forums 

Support Forums

HomeHomeDotNetNuke Modu...DotNetNuke Modu...Url MasterUrl MasterURL Master and Active Social IssueURL Master and Active Social Issue
Previous
 
Next
New Post
12/11/2009 2:52 AM
Accepted Answer 

OK that makes sense why the DNN page is getting loaded, because the 404 page inherits from the PageBase object, which tries to determine the page culture based on the currently loaded portal settings. 

Try this:

change the 'ignoreRegex' field to this value:

(?<!linkclick|404\.aspx.+)(?:\.pdf$|\.gif$|\.png($|\?)|\.css$|\.js($|\?)|\.jpg$|\.html$|\.htm$|\.axd($|\?)|\.swf$|\.flv$|\.ico$|\.xml($|\?))

and change the 'doNotRewrite' field to this value:

/DesktopModules/|/Providers/|/LinkClick\.aspx|404\.aspx

Apply the changes and let me know if that works.

The theory is to allow the 404.aspx call to be processed by the Url master module to the pont of establishing which portal the request is for, but not to be rewritten.

 
New Post
12/24/2009 2:00 AM
 

You the man. Since I changed that I do not see any more errors. Thanks.

 
New Post
12/24/2009 2:16 AM
 

Ok, thanks for letting me know.  I'll start writing a compatiblity page for the Active Social module.  As an aside, I'm working on the User Profile feature to make it compatible with Active Social so you don't have to implement the 404 handler.  I'll see how I go with that.

 
Previous
 
Next
HomeHomeDotNetNuke Modu...DotNetNuke Modu...Url MasterUrl MasterURL Master and Active Social IssueURL Master and Active Social Issue


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).