404 and play button not working on NGINX even with rewrite rules
-
I am the admin of the server that one of my clients has SSP installed and he sent me the request to add the following code in.
# Seriously Simple Podcasting rewrite podcast-download/([^/]+)/([^/]*)/? /index.php?podcast_episode=$1 break; rewrite podcast-player/([^/]+)/([^/]*)/? /index.php?podcast_episode=$1&podcast_ref=player break;
I am using Hestia CP which using a templating system for the NGIX with PHP FPM so I created a new template for him using the exisiting WordPress template and added the code into the
location / {
block but he is still getting 404 errors. I added the code outside the same block and still getting the errors.We tried changing the permalinks and still issues. We does show up is the player and the download buttons. Download buttons work fine but the player doesn’t do anything. In the RSS feed, the download and play in new windows links don’t work and go to 404 pages.
Link to a podcast: https://see-net.ca/podcast/loutillerie/
Link to the rss feed: https://see-net.ca/feed/podcast/seenet/Any help would be appreciated.
The page I need help with: [log in to see the link]
- You must be logged in to reply to this topic.