Viewing 1 replies (of 1 total)
  • Plugin Support keleigh824

    (@keleigh824)

    Hi @michelleperson

    Correct, you’ll need to submit a request to your website host. Most web hosts have some sort of helpdesk system where you can submit a ticket requesting assistance but you’ll need to visit their support page for the options available to you.

    Request the following:

    Hi there,
    
    I am using the Seriously Simple Podcasting plugin. In order for me to take full advantage of the plugin I need you to add the nginx bypass rule for the podcast-download and podcast-player URLs to my site's config.
    
    Please add this to NGINX Before Rule
    
    # Seriously Simple Podcasting
    rewrite podcast-download/([^/]+)/([^/]*)/? /index.php?podcast_episode=$1 break;
    rewrite podcast-player/([^/]+)/([^/]*)/? /index.php?podcast_episode=$1&podcast_ref=player break;
    
    Thanks!
Viewing 1 replies (of 1 total)

The topic ‘Need to add bypass rule for audio to play. How to get this done?’ is closed to new replies.