This forum has been moved here:
Helicon Tech Community Forum

  Active TopicsActive Topics  Display List of Forum MembersMemberlist  HelpHelp   RegisterRegister  LoginLogin
ISAPI_Rewrite 2.x
 Helicon Tech : ISAPI_Rewrite 2.x
Subject Topic: Rewrite rule problem Post ReplyPost New Topic
Author
Message << Prev Topic | Next Topic >>
pec
Newbie
Newbie


Joined: 08 July 2011
Location: France
Online Status: Offline
Posts: 2
Posted: 08 July 2011 at 4:20am | IP Logged Quote pec

Hello,

I've got a problem with my rule.
My url is http://my_domain/recherche/fr/recherche.html?recherche=aluminium&action=rechercher

I've got somes rules
Code:

RewriteCond %SCRIPT_NAME /(.+)/(.+)/recherche.html\?recherche=(.+)&action=(.+)
RewriteRule /(.+)/(.+)/recherche.html\?recherche=(.+)&action=(.+) /recherche.php?langue=$2&recherche=$3&action=$4  [I,O]

RewriteCond %SCRIPT_NAME /(.+)/(.+)/recherche.html
RewriteRule /(.+)/(.+)/recherche.html /recherche.php?langue=$2  [I,O]


I dont know why the first rule doesn't works, this is the second running.
Someone could explain me? thanks and sorry for my english (i'm french )
Back to Top View pec's Profile Search for other posts by pec
 
Anton
Admin Group
Admin Group


Joined: 30 January 2007
Location: Ukraine
Online Status: Offline
Posts: 10520
Posted: 08 July 2011 at 4:55am | IP Logged Quote Anton

Please try to optimize your rules like this:

RewriteRule /[^/]+/(.+)/recherche\.html\?recherche=(.+)&action=(.+) /recherche.php\?langue=$1&recherche=$2&action=$3 [I,L]
RewriteRule /[^/]+/(.+)/recherche\.html /recherche.php\?langue=$1 [I,L]

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


Joined: 08 July 2011
Location: France
Online Status: Offline
Posts: 2
Posted: 08 July 2011 at 7:39am | IP Logged Quote pec

this works fine, thanks a lot 
Back to Top View pec's Profile Search for other posts by pec
 

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