Hi... I achieved url rewrite
from [url]http://localhost/DEE/cat.php?cid=55 [/url]to
[url]http://localhost/DEE/55[/url]
Now I want to it for[url]http://localhost/DEE/cat.php?cid=55&pg=2[/url]
How can it from previous rewrite rule�
And my .htaccess file has
RewriteEngine On
RewriteRule /?(\d+)$ cat.php?cid=$1 [L,QSA]
HI I tried my best for title... Sorry if...