Status
Not open for further replies.

Apathetic

Active Member
899
2011
241
0
How do i redirect:

Code:
http://localhost/category.php?id=1&page=4

to

Code:
http://localhost/category/id-1/page-4

WHERE:
-the page number is sometimes not entered

so some can access it:

Code:
http://localhost/category.php?id=1

Code:
http://localhost/category/id-1/
 
Status
Not open for further replies.
Back
Top