URL Rewriting of a query string in php [duplicate]

RewriteRule http://www.example.com/category_listing.php?cat=([a-zA-Z0-9]+)&city=([a-zA-Z0-9]+) http://www.example.com/$1/$2

Write this rewrite rule in your .htaccess file

Leave a Comment