Redirecting a URL that contains a specific part to another URL using htaccess – Apache
I would like to know if there is a way to redirect a URL that looks like this: https://www.example.com/p=d3d82c7c to https://www.example.com/polls/poll?poll=d3d82c7c using htaccess. What I want to do is to create a more simple link for the users. Is that…