Apache - Redirect a specific page, Using 301 redirection
Redirect a specific page
To redirect a specific page to website in .htaccess file use the below format
redirect 301 /redirection-page.php http://redirect-site.com
The above code is used to redirect redirection-page.php file to redirect-site.com.
The topic on Apache - Redirect a specific page is posted by - Maha
Hope you have enjoyed, Apache - Redirect a specific pageThanks for your time