From a differrent HTML website to a different WordPress website redirection using htaccess – Apache
I have a website in HTML and I have this link http://html-website.com/CA_NutritionIncentiveProgram.htm which I would like to redirect to https://wordpress-website.com/ca_nutritionincentiveprogram I have this on my htaccess file but its not working <IfModule mod_rewrite.c> # Redirect non WordPress pages to corresponding…