I can make the existing WordPress site work with a new service like Showit which officially does integrate with WordPress
I thought you had “done a totally new version through Showit” and wanted to redirect old links? Now you want the “existing WordPress site to work with new service”?
Even if your old WordPress is still active, note that once you cut over the domain to the new host, your current WordPress site (and host) will be effectively disconnected from your domain, so any URL redirection can only be done at the new site/host, not the old host/site.
The htaccess file was depreciated a good while back and so is not supported, ?forwarding would need to be set up inside their domain registrar.
As I mentioned earlier, ShowIt.co
uses WPEngine. It’s mentioned on their homepage and on their pricing page. Below is an official WPEngine support article on their decision to deprecate .httaccess
on their platform (actually, they switched to Nginx) and alternatives they suggest to use to redirect links.
https://wpengine.com/support/htaccess-deprecation/
In the above article WPEngine suggests:
Fewer Than 1000 Redirects:
– Redirects can be added to WP Engine’s Nginx configuration
— Add redirects through the User Portal
— Bulk import redirects by contacting WP Engine Support
– Add redirects rules to the “Redirection” plugin
– Manage redirects in Yoast SEO Premium‘s redirect manager
(Note that WPEngine’s own advisory includes the same “Redirection” plugin that Steve mentioned earlier. I don’t know what sort of infrastructure access ShowIt.co gives their customers, so I can’t tell you what will work for you.)