I'm trying to redirect a incomming url:
RewriteEngine On RewriteRule ^tutorial.php?cat=1&id=1$ tutorial.php?cat=1&id=2 [R]
It does works with images, but somehow this won't work
Any Suggetions
Thx
Edited by Headshot, 26 September 2006 - 01:01 PM.
Posted 26 September 2006 - 12:54 PM
RewriteEngine On RewriteRule ^tutorial.php?cat=1&id=1$ tutorial.php?cat=1&id=2 [R]
Edited by Headshot, 26 September 2006 - 01:01 PM.
Posted 26 September 2006 - 01:02 PM
tutorial.php?cat=1&id=1
tutorial.php?cat=1&id=2
Posted 26 September 2006 - 01:38 PM
Posted 26 September 2006 - 01:53 PM
Redirect tutorial.php?cat=1&id=1 tutorial.php?cat=1&id=2
0 members, 1 guests, 0 anonymous users