skip to Main Content

htaccess 301 redirects by adding query parameter to the URL – Apache

I am trying to do 301 redirect from the below URL www.example.com/categories/Writing-Translation to www.example.com/categories/Writing-Translation-jobs However, it is always redirecting a page with the following url www.example.com/categories/categories/Writing-Translation-jobs?cid=Writing-Translation This is the htaccess code used for redirection 301 Redirect RewriteCond %{QUERY_STRING} ^cid=Writing-Translation$ [NC]…

VIEW QUESTION
Back To Top
Search