What is the difference between Redirect 301 and RedirectMatch 301 in .htaccess?
-
Thanks in advance!
-
Hi, Redirect and RedirectMatch are two ways you can implement redirects on Apache web server. The RedirectMatch directive allows pattern matching while the Redirect directive is for a single file.
Here you go for more information: http://www.askapache.com/htaccess/301-redirect-with-mod_rewrite-or-redirectmatch.html#301_Redirects_RedirectMatch
Hope that helps.
Best regards,
Devanur Rafi