I need a proper solution to delete the URL parameter. Example: Input: https://www.hostever.com/blackfriday/?fbclid=IwAR3s1aVKUQELAb0EGW9_mh4qyR-i9ZqfNjFFB6xv_MoNRal2cH–lKofqHM Output: https://www.hostever.com/blackfriday/ So it will delete the fbclid= Input: https://www.hostever.com/?s=blogger Output: https://www.hostever.com/?s=blogger No need to change other parameters except **fbclid=** I( need to delete only fbclid= this one from the URL. Now I am using this, but the problem ...
Home/htaccess