Skip to content

Instantly share code, notes, and snippets.

@eteubert
Created September 4, 2012 10:01
Show Gist options
  • Select an option

  • Save eteubert/3619406 to your computer and use it in GitHub Desktop.

Select an option

Save eteubert/3619406 to your computer and use it in GitHub Desktop.
Podlove Publisher Upgrade to 1.2.x Troubleshooting

Podlove Publisher Upgrade to 1.2.x Troubleshooting

Feed URLs

All Feed URLs have changed. The show slug is not part of the URL any more. If you use Feedburner, remember to adjust the URL.

If you want your old URLs to work, you can add a manual redirect by adding some rules to your .htaccess:

# Pattern
Redirect 302 /feed/<show-slug>/<feed-slug>/ /feed/<feed-slug>/

# Examples
Redirect 302 /feed/cre/mp3/ /feed/mp3/
Redirect 302 /feed/cre/ogg/ /feed/ogg/
Redirect 302 /feed/cre/m4a/ /feed/m4a/

Feeds not displaying

Go to Settings > Permalinks and hit Save Changes so WordPress recognizes the new custom URLs.

Web Player Config

Please visit Podlove > Web Player and set the types again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment