rewriting url with query string
问题 in continuation to what i asked here i want to auto rewriting of below url http://testsite.com/siterootb/sample-page.php?bbi=value1&bbl=value2 to http://testsite.com/siterootb/sample-page/value1/value2 my htaccess now looks like RewriteEngine on RewriteCond %{QUERY_STRING} !^$ RewriteRule ^(.*) http://localhost%{REQUEST_URI}%1? [R=301,L] ########################################################################### RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_URI} ^/siterootb/([^/]+