how to Rewrite two parameters URL to SEO friendly URL and Redirect to SEO friendly url
问题 This is my page url example.com/platform/bidProject.php?pID=JCVGK&name=Proof%20Reading%20Blogs These rules helped me to Rewrite this as example.com/platform/project-bids/JCVGK/Proof-Reading-Blogs/ RewriteRule ^platform/project-bids/(.*)/(.*)/?$ /platform/bidProject.php?pID=$1&name=$2 [L,NC] RewriteCond %{THE_REQUEST} \s/platform/bidProject.php?pID=$1&name=$2 RewriteRule ^platform/bidProject.php?pID=$1&name=$2 /platform/project-bids/(.*)/(.*)/ [NC,R=301,L] but the issue is if I visit to the