Forum Moderators: phranque
RewriteRule ^tag/(.*) view_tag.php?id=$1
[localhost...]
Which works fine. But I would like to add some page numbering like this:
[localhost...]
>>>
view_tag.php?id=$1&page=$2
How can I modify the rewriterule to accept "tag/internet" and also "tag/internet?page=2" (the tag wont always be internet by the way)? Thanks in advanced :)
[edited by: FiRe at 11:17 am (utc) on Aug. 15, 2007]