how to redirect url using custom logic in .htaccess? – Apache
I want to redirect url using htaccess file from project root folder. I can easily redirect url like www.xyz.com/ar/contact to www.xyz.com/contact using this Redirect 301 /ar/contact/ /contact/ but how to redirect url like this www.xyz.com/ar/shop/xyz.html to www.xyz.com/shop/xyz.html I have tried…