Hi we’re using wordpress in apache server.
We want to 301 redirect our specific path with trailing slash to non trailing slash.
Example:
https://www.example.com/action/villa/?city=Ankara&area=etimesgut/
to
https://www.example.com/action/villa/?city=Ankara&area=etimesgut
How can we make that with using htaccess?
I have searched on site but i cant find content redirect urls like that with htaccess.
Thank you for your help