hi,
====PHP Code:RewriteRule ^(.*)(backslash)/(backslash)?sort=(.*)&order=(.*)$ category.php?catname=$1&sort=$2&order=$3
(backslash) mean \
====
i want to make ? just char in Rewrite link
put \ after it doesn't work
to make this
same thisCode:http://localhost/prog1b2/antivirus/?sort=softcount&order=asc
Code:http://localhost/prog1b2/category.php?catname=antivirus&sort=softcount&order=asc





Bookmarks