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: exclude a directory Post ReplyPost New Topic
Author
Message << Prev Topic | Next Topic >>
stevenm973
Newbie
Newbie


Joined: 16 June 2010
Online Status: Offline
Posts: 9
Posted: 21 June 2010 at 9:38am | IP Logged Quote stevenm973

Hello,

I'm currently using link freeze to change the links on all the pages on my website so i left the directory as /

but i do not wish for it to affect my phpadmin directory /phpmyadmin is there a way that i can exclude it from doing this?
Back to Top View stevenm973's Profile Search for other posts by stevenm973 Visit stevenm973's Homepage
 
stevenm973
Newbie
Newbie


Joined: 16 June 2010
Online Status: Offline
Posts: 9
Posted: 21 June 2010 at 9:59am | IP Logged Quote stevenm973

Or better yet can i choose which pages on my site to affect? its mainly like 4 php pages that i need to change the url on. I'm not too sure how to do this and I want to get this fixed before buying the product.


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


Joined: 30 January 2007
Location: Ukraine
Online Status: Offline
Posts: 10520
Posted: 22 June 2010 at 1:56am | IP Logged Quote Anton

Sure, you can exclude the folder. It will look like this:

@/(?!phpadmin).*

or to apply it to 4 php pages only, try

@.*/(?:page1|page2|page3|page4)\.php

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


Joined: 16 June 2010
Online Status: Offline
Posts: 9
Posted: 15 November 2010 at 1:34pm | IP Logged Quote stevenm973

Anton wrote:
Sure, you can exclude the folder. It will look like this:

@/(?!phpadmin).*

or to apply it to 4 php pages only, try

@.*/(?:page1|page2|page3|page4)\.php


I am trying to use the second method you proposed it looks like this

@.*/(?:list|slist|cilist|details)\.php

when i apply the changes and try to go to any of the pages it gives me a 404 page. What can I do to fix this?
Back to Top View stevenm973's Profile Search for other posts by stevenm973 Visit stevenm973's Homepage
 
Anton
Admin Group
Admin Group


Joined: 30 January 2007
Location: Ukraine
Online Status: Offline
Posts: 10520
Posted: 17 November 2010 at 4:39am | IP Logged Quote Anton

Rather strange... I has to work fine.
Could you please show the problem on the live site?

__________________
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