Active TopicsActive Topics  Display List of Forum MembersMemberlist  HelpHelp   RegisterRegister  LoginLogin
LinkFreeze support forum
 Helicon Tech : LinkFreeze support forum
Subject Topic: Is it possible ? Post ReplyPost New Topic
Author
Message << Prev Topic | Next Topic >>
danield
Newbie
Newbie


Joined: 16 March 2006
Location: France
Online Status: Offline
Posts: 2
Posted: 19 October 2007 at 8:01am | IP Logged Quote danield

Using LinkFreeze v 2.1, is it possible to change a URL like

http://www.domain.com/index.php?id=123
into
http://www.domain.com/123.html

Thank you

Back to Top View danield's Profile Search for other posts by danield Visit danield's Homepage
 
Sergey
Moderator Group
Moderator Group


Joined: 11 March 2005
Online Status: Offline
Posts: 712
Posted: 19 October 2007 at 8:25am | IP Logged Quote Sergey

No. With LinkFreeze you can change url like this:

/index-id-123.htm


Please try ISAPI_rewrite to change /123.html to /index.php?id=123

RewriteBase /
RewriteRule (\d+)\.html index.php?id=$1 [NC,L]

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