This forum has been moved here:
Helicon Tech Community Forum

  Active TopicsActive Topics  Display List of Forum MembersMemberlist  HelpHelp   RegisterRegister  LoginLogin
LinkFreeze
 Helicon Tech : LinkFreeze
Subject Topic: LInk freeze not excluding the ADMIN folde Post ReplyPost New Topic
Author
Message << Prev Topic | Next Topic >>
Davidc
Newbie
Newbie


Joined: 17 September 2010
Location: United States
Online Status: Offline
Posts: 1
Posted: 17 September 2010 at 2:44pm | IP Logged Quote Davidc

Here is the code configuration we are using for the Text Configuration... It is converting the URL's correctly on other pages... but it is not excluding the directories listed...

Can someone tell me what is wrong with the code?

#################################################
# LinkFreeze Configuration file
# Version 2, 2, 0, 81

LogRewrite=False
NotifyOrder=MEDIUM

/ ~~~ [MoveExt]

@/(?!(?:admin|cp|AdvHTML_Popups|Connections|dwzSearch|ScriptLibrary|shopping|Scripts)/).* --- .asp @/(?!(?:admin|cp|AdvHTML_Popups|Connections|dwzSearch|ScriptLibrary|shopping|Scripts)/).* [MoveExt]

@.*/(?:dealer_listings|view|sitemap|inventory)\.asp


Back to Top View Davidc's Profile Search for other posts by Davidc Visit Davidc's Homepage
 
Anton
Admin Group
Admin Group


Joined: 30 January 2007
Location: Ukraine
Online Status: Offline
Posts: 10520
Posted: 20 September 2010 at 2:16am | IP Logged Quote Anton

You have 4 freezing rules in your config and the first one says

/ ~~~ [MoveExt]

which means that it's applied to the entire site without exception and the latter rules are ignored.
Please try to change the order of rules, and put more specific ones before more general ones.

__________________
Regards,
Anton
Back to Top View Anton's Profile Search for other posts by Anton
 

If you wish to post a reply to this topic you must first login
If you are not already registered you must first register

  Post ReplyPost New Topic
Printable version Printable version

Forum Jump
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot delete your posts in this forum
You cannot edit your posts in this forum
You cannot create polls in this forum
You cannot vote in polls in this forum