Products » Support Forums 

Support Forums

HomeHomeDotNetNuke Modu...DotNetNuke Modu...Url MasterUrl MasterProblem with URL and parametersProblem with URL and parameters
Previous
 
Next
New Post
2/3/2010 3:11 AM
 

Hi there,

    I just discovered that we're having a problem with a page that accepts a URL parameter.  For example the following works

http://www.1800thelaw2.com/viewourads.aspx

but this doesn't work

http://www.1800thelaw2.com/viewourads.aspx?Video=default.swf

It's something related to URL master and I can't figure out how to allow the Video= parameter.  It's a module I created that allows for this parameter.

 

Dennis

 
New Post
2/3/2010 11:19 PM
 

Just to follow up on this question, the answer is that the .swf extension is excluded by default in the regex settings.  This regex value will allow the .swf extension if it is part of the querystring.

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

This goes into the 'ignoreRegex' field.

 
New Post
6/10/2010 3:53 PM
 

Thanks, Bruce. Very similar to your post I found this link: http://www.ifinity.com.au/Products/KB...

It explained exactly what I needed to do and it worked. I upgraded the site to v1.15 and that introduced the 'doNotIncludeInPathRegex' field where I could then tell it to ignore the 'file' parameter and its value.

 
Previous
 
Next
HomeHomeDotNetNuke Modu...DotNetNuke Modu...Url MasterUrl MasterProblem with URL and parametersProblem with URL and parameters


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