Simply-Static / simply-static

Convert your WordPress site into a static one with the free WordPress static site generator plugin, Simply Static.
https://simplystatic.com
GNU General Public License v2.0
195 stars 48 forks source link

Better integration with Redirection plugin #211

Closed patrickposner closed 3 months ago

patrickposner commented 8 months ago

There is a feature called "URL Monitor" in the Redirection plugin, which automatically creates redirects on changing slugs for posts and pages.

These are stored in the DB table prefix_redirection_items - the relevant columns for us are URL and action_data.

We should have an integration to automatically include the root URLs (before the redirect happens) when running a static export to make redirecting pages on the static site way easier.