Active TopicsActive Topics  Display List of Forum MembersMemberlist  HelpHelp   RegisterRegister  LoginLogin
LinkFreeze support forum
 Helicon Tech : LinkFreeze support forum
Subject Topic: Simple rewrite help Post ReplyPost New Topic
Author
Message << Prev Topic | Next Topic >>
cf_asp_al
Newbie
Newbie


Joined: 08 February 2007
Online Status: Offline
Posts: 7
Posted: 25 July 2007 at 6:21am | IP Logged Quote cf_asp_al

I would like to rewrite the 3 possible URLs (the base directory will chnage depending on the first level navigation):

/aboutr3/default.asp?dir=ContactUs/Technical&pag=fourth&i=378
to
/aboutr3/ContactUs/Technical/Fourth_378.htm

/aboutr3/default.asp?dir=ContactUs&pag=Technical&i=370
to
/aboutr3/ContactUs/Technical_370.htm

/aboutr3/default.asp?pag=Technical&i=368
to
/aboutr3/Technical_368.htm

with any additional querystring values being appended to the end of the url.  For example

/aboutr3/default.asp?pag=Technical&i=368&newsid=1
to
/aboutr3/Technical_368_newsid=1.htm

I hope this is possible, thank you in advance

Alister

 

Back to Top View cf_asp_al's Profile Search for other posts by cf_asp_al
 
Lexey
Moderator Group
Moderator Group


Joined: 15 August 2002
Location: Russian Federation
Online Status: Offline
Posts: 7460
Posted: 26 July 2007 at 3:48pm | IP Logged Quote Lexey

RewriteRule /aboutr3/(?:([^?.]+)/)?([^?./_])_(\d+)(?:_(.*))?\.htm /aboutr3/default.asp\?(?1dir=$1&:)pag=$2&i=$3?4&$4: [I,L]
Back to Top View Lexey's Profile Search for other posts by Lexey
 
cf_asp_al
Newbie
Newbie


Joined: 08 February 2007
Online Status: Offline
Posts: 7
Posted: 31 July 2007 at 3:28am | IP Logged Quote cf_asp_al

I have tired to add this to link freeze and it is invalid any suggestions

Back to Top View cf_asp_al's Profile Search for other posts by cf_asp_al
 
Sergey
Moderator Group
Moderator Group


Joined: 11 March 2005
Online Status: Offline
Posts: 712
Posted: 31 July 2007 at 4:03am | IP Logged Quote Sergey

This rule for ISAPI_Rewrite.

Linkfreeze can't accomplish this task.
Back to Top View Sergey's Profile Search for other posts by Sergey
 

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