Quick Nav:  Online Store   |   Login | Register

Need help with a rule

Rate this topic:

Please Register to post a reply. Another benefit of registration is the ability to subscribe to and recieve notifications of new posts.
AuthorMessages
FM
<50 Posts
Posts:40


04/10/2008 1:20 PM  

Can anyone help with a rule?

I want to transform this URL

http://mydomain.com/video/tabid/70/VideoId/7/pagename.aspx

to this

http://mydomain.com/video/7/pagename.aspx

 

Thanks

John Mitchell
Posts:3249


04/10/2008 1:32 PM  
Does tab 70 have a video player on it that needs the videoID to know which video to play?

Is this videoId=7 the only video you want to play on that tab?
FM
<50 Posts
Posts:40


04/10/2008 8:31 PM  
Its the Ultra Video Gallery I'm using. I will have to install it on my current DNN setup before I can answer. Right now its on another DNN install that does not seem to work with PB.
FM
<50 Posts
Posts:40


04/11/2008 2:42 PM  
Hi John

I know there are some conflict issues with UVG and PB. Can you tell me what the best way of dealing with this is since it relates to my question about the rules.

Thanks
John Mitchell
Posts:3249


04/11/2008 2:51 PM  
For UVG you can exclude it by adding it's folder to the main exclude list:

path pattern="(UltraVideoGallery|LinkClick|SiteMap|/admin/|/host/|\.ashx|rss|install|thumb|wizard|cart|\.asmx)" excludeFrom="All" />

Or if you want to make sure you don't have problems with any other modules you can exclude the entire DesktopModules folder:

path pattern="(DesktopModules(?![\\/]Snapsis)|LinkClick|SiteMap|/admin/|/host/|\.ashx|rss|install|thumb|wizard|cart|\.asmx)" excludeFrom="All" />
FM
<50 Posts
Posts:40


04/11/2008 3:27 PM  

How will it affect the performance if I exclude all the Desktop modules?

 

John Mitchell
Posts:3249


04/11/2008 3:31 PM  
It may exclude the optimization of some JS & CSS files, but those will only be optimized if you have the static file handler enabled.

It doesn't affect performance to do the exclude.
FM
<50 Posts
Posts:40


04/11/2008 4:07 PM  

Ok thanks, I will try that.

Please Register to post a reply. Another benefit of registration is the ability to subscribe to and recieve notifications of new posts.
Forums >Snapsis Product Support >PageBlaster > Need help with a rule



ActiveForums 3.7
Powered by: Snapsis Software