It is necessary to make a redirect if the "? Start =" parameter is specified after the root slash (that is, on the main page). For example:
"site.com/?start=16" - should redirect to "site.com/"
"site.com/my-publishment?start=16" - should remain as is
I tried this code:
RewriteCond %{QUERY_STRING} ^(.*)start=[^&]+(.*)$ [NC] RewriteRule ^(.*)$ /$1?%1%2 [R=301,L] but he redirects me in all cases, instead of doing it only on the first