What do you mean by generate the HTML version? In what way is it not working?
I’m building a website on https://go.getshifter.io.
In the Localhost and Visit Site versions, the plugin is successful
But when I Generate, the Published version built not run the plugin
I’m not sure this plugin or https://go.getshifter.io bug.
Can you test this bug on https://go.getshifter.io?
Ok, I wasn’t aware getshifter was a service. It says it uses static site generation. You won’t be able to use any plugins that dynamically alter pages, including Redirection. It’s not a bug, it’s just the site is static. If you are able to use .htaccess redirects then you can use Redirection to save your redirects there.
Hey @minhson65 and @johnny5!
My name is Daniel, I’m part of the team that works on Shifter. As John mentioned, Shifter is a static site generator and hosting service for WordPress. To add, Shifter does support the Redirection WordPress Plugin but not 100% of its features yet. Specifically, we don’t support wildcard/regex redirects yet. You may have been testing for a feature we don’t support.
The Redirection WordPress plugin is actually the only redirect plugin we officially support at the moment because of how awesome it is and the community and support around it.
Despite the lack of Apache or NGINX running, we have found a way to get Redirection working on a completely static-serverless environment.
Here’s the official doc we have on Redirection support while using Shifter.
https://support.getshifter.io/redirects-on-shifter/domain-redirects/wordpress-redirects-on-shifter-with-the-redirection-plugin
I’ll drop a link in this thread for our add-on Plugin when that’s available for anyone who wants to use it. It’ll be open source and free to use.
@minhson65 if you have questions about how to use it on Shifter feel free to contact us through the Dashboard chat or support page.
Thanks!
Thanks for the details, and that’s good to know – I’ll make a note of it in Redirection
Great! We also published a post on the topic here: https://www.getshifter.io/redirection-wordpress-plugin-shifter/
And the add-on plugin I’m developing is located here: https://github.com/getshifter/wp-serverless-redirects
Note! That plugin is not production ready but should be out very soon. 🙂