I have a question about redirection from specific URL inside pagination to other URL without affecting other pages.
Let's say I want to redirect this URL: https://www.fwdindex.com/directory-list.php?p=1&sb=name&so=asc
to https://www.fwdindex.com/directory-list.php
without affecting https://www.fwdindex.com/directory-list.php?p=2&sb=name&so=asc
etc.
Is it possible to do this with httaccess?