[EASY]Apache Mod Rewrite Needed => 100 points!

Status
Not open for further replies.

Reclutador

Active Member
Messages
3,866
Reaction score
0
Points
36
Hello there.

I need one apply one rewrite mod in my website, but i couldn't with the apache's manual

I give you 100 points if you send me the apache mod rewrite that changes the following url

http://url.net/index.php?categoryid=22

to

http://url.net/tracker


Send me the following instructions, i will test and if runs, inmediatly i send the points to your forum account ;)
 

Brandon

Former Senior Account Rep
Community Support
Messages
19,181
Reaction score
28
Points
48
try this

Code:
RewriteEngine on
RewriteRule /index.php?categoryid=(.*)$ /tracker
 
Last edited:

Reclutador

Active Member
Messages
3,866
Reaction score
0
Points
36
Does not run :S or might i put in some special order in htaccess?
 

Brandon

Former Senior Account Rep
Community Support
Messages
19,181
Reaction score
28
Points
48
Does not run :S or might i put in some special order in htaccess?

Well you could do something like this

Code:
RewriteEngine on
RewriteRule /index.php?categoryid=1$ /tracker
RewriteRule /index.php?categoryid=2$ /tracker

for each one:p
 

Reclutador

Active Member
Messages
3,866
Reaction score
0
Points
36
Thanks, i'll test tomorrow, now i'm tired. Too many thanks Brandon
 

Reclutador

Active Member
Messages
3,866
Reaction score
0
Points
36
no, and I don't know why... I'll try contact you via MSN and send the .htaccess... it's strange..
 

3aKaT

New Member
Messages
320
Reaction score
0
Points
0
Maybe is offtop
but
I recommend all webmasters to add this resource to favourites
 
Status
Not open for further replies.
Top