skip to Main Content

Htaccess 301 blog redirect url – Apache

I have done 301 redirects on my live site something like from this url https://www.rosterelf.com/support-detail/1424/how-can-i-copy-shifts-from-a-day-to-another to this url https://www.rosterelf.com/support-detail/how-can-i-copy-shifts-from-a-day-to-another and its working fine as per my expectations. Here is my .htaccess code how I made it work. RewriteRule ^(support-detail)/d+/([w-]+)/?$ /$1/$2…

VIEW QUESTION
Back To Top
Search