Jacobb123
02-02-2011, 01:49 AM
I am trying to rewrite a url that looks like this:
pages.php?cID=1&pID=2
to this pages.php?pID=2
RewriteRule pages.php?cID=(.*)&pID=(.*)$ pages.php?pID=$2
is this possible?
pages.php?cID=1&pID=2
to this pages.php?pID=2
RewriteRule pages.php?cID=(.*)&pID=(.*)$ pages.php?pID=$2
is this possible?