Products » Support Forums 

Support Forums

HomeHomeDotNetNuke Modu...DotNetNuke Modu...Url MasterUrl MasterURL Master and Photo GalleryURL Master and Photo Gallery
Previous
 
Next
New Post
4/16/2009 8:56 PM
 

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/18/2009 6:14 AM
 

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 7:21 PM
 

 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/9/2009 10:03 AM
 

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

 
New Post
5/18/2010 11:41 AM
 

Hi Bruce,

Hope your well. I'm running UMG 6.2 and I'm afraid im still having a problem with the Exif page. Opening the JPG's on the file system works fine though.


Here is my regex:

(\.zip)|(\.php)|(\.txt)|(\.ico)|(/exit/affordablesupplements.asp)|(/go/truthaboutabs.asp)|(/go/fatloss4idiots.asp)|(/go/burnthefat.asp)|(/signup/LanapCaptcha.aspx)|(/programs/checkout/LanapCaptcha.aspx)|(/signup/embed/LanapCaptcha.aspx)|(?<!linkclick\.aspx.+)(?:\.pdf|\.gif|\.png|\.css|\.js|(?<!(?:exif|save)\.aspx.+)\.jpg$|\.html$|\.htm$|\.axd|\.xml|\.swf|\.flv|/ajaxpro/)|(/signup/new/LanapCaptcha.aspx)

You can see the live redirect fail on the link below (just click on the image)

http://www.workoutbox.com/profile/p-test/

Got an idea of whats wrong with my Regex? I know its pretty large, all the other stuff is nessesary for other modules. Could i not add something like this at the start and just allow any aspx page called Exif..

(\exif.aspx)

Would that work?

I'd really appreciate some help with this. Thanks again,


WorkoutBOX - where online fitness is simple
 
Previous
 
Next
HomeHomeDotNetNuke Modu...DotNetNuke Modu...Url MasterUrl MasterURL Master and Photo GalleryURL 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.

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