Apache - Htaccess permanent temporary redirection, Permanent or temp Redirection

Htaccess permanent temporary redirection

Htaccess permanent and temporary Redirection:

If below code are used to redirect a webpage from one to another permanently or temporarily.

htaccess permanent redirection
 RedirectMatch permanent ^/old-filename$ http://www.domainname.com/new-filename

htaccess temporary redirection
 RedirectMatch temp ^/old-filename$ http://www.domainname.com/new-filename

The topic on Apache - Htaccess permanent temporary redirection is posted by - Venki

Hope you have enjoyed, Apache - Htaccess permanent temporary redirectionThanks for your time

Tech Bluff