Products » Support Forums 

Support Forums

 
  iFinity Support Forum  DotNetNuke Modu...  Url Master  URL Master and Photo Gallery
Previous Previous
 
Next Next
New Post 4/16/2009 4:56 AM
  Gary
1 posts
No Ranking


Re: URL Master and Photo Gallery 

Bruce,

I am using UMG (Ultra Media Gallery) on this page and the gallery doesn't display at all when I have the Url Master enabled.  Works fine with the default provider.

Here's the page: http://www.wsiwebmark.com/our_portfolio.aspx

I just installed Url Master yesterday, and put the license in this morning.   Here are all the Advanced settings from the FriendlyUrlSettings page:

Advanced Rewriting Settings



  Advanced Regex Filters





  Advanced Page Index Cache Settings

 

 
New Post 4/17/2009 2:14 PM
  Bruce Chapman
1643 posts
1st Level Poster


Re: URL Master and Photo Gallery 

Hi Gary

You're using the random image function, and for that you need to make sure the .xml extension is blocked in the 'ignoreRegex' value - this just means including |\.xml in the regex expression.,

-Bruce

 
New Post 12/1/2009 4:21 AM
  wunderkinder
3 posts
No Ranking


Re: URL Master and Photo Gallery 
Modified By wunderkinder  on 12/1/2009 4:22:14 AM)

 If I change this:

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

to this (replaced "exif" with "save"):

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

the download function works fine. Prior to changing "exif" to "save", clicking on the image opened the Exif page just fine, but the download did not work. After the change, the Exif page is broken. Any idea how I can get both Save.aspx and Exif.aspx to work?

 

This doesn't work either:

(?&lt;!linkclick\.aspx.+)(?:\.pdf|\.gif|\.png|\.css|\.js|(?&lt;!save\.aspx.+)\.jpg$|(?&lt;!exif\.aspx.+)\.jpg$|\.html$|\.htm$|\.axd|\.xml|\.swf|\.flv|/ajaxpro/)

Here is the photo gallery:

http://www.treadwright.com/Just-for-Fun/Pictures.aspx

 
New Post 12/8/2009 7:03 PM
  Bruce Chapman
1643 posts
1st Level Poster


Re: URL Master and Photo Gallery 

Please try this regex expression.  All I've done is put an 'or' regex character between the exif and the save.  This should work oK, please try it out and let me know.

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

 
Previous Previous
 
Next Next
  iFinity Support Forum  DotNetNuke Modu...  Url Master  URL Master and Photo Gallery

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.