Author Topic: I-Tunes feed problem  (Read 359 times)

Andre Günther

  • Full Member
  • **
  • Posts: 5
I-Tunes feed problem
« on: January 17, 2018, 01:24:42 pm »
So I have had a problem with the SSl of my Website and after I fixed it, the feed (https://www.theforeignerpodcast.com/feed/podcast/) to iTunes would no longer be read. They just said "Can't read your feed" but the validator said following:

Documentation
Message

foo attribute of bar must be a full URL
Explanation

The specified attribute value is not a full URL.
Solution

If this is a link to a web page, you must include the "http://" at the beginning and immediately follow it with a valid domain name.

Otherwise, the valid values for a URL are specified by RFC 3986.


what can I do?

Shawn Thorpe

  • Administrator
  • Hero Member
  • *****
  • Posts: 2060
Re: I-Tunes feed problem
« Reply #1 on: January 17, 2018, 11:56:20 pm »
I tried loading your feed in Google Chrome and it timed out, saying there were too many redirects triggered by the URL. It eventually resolved at this URL after giving the above message:
http://www.theforeignerpodcast.com/feed/

Check to see if you have any feed redirection plugins running and if so, check their settings and/or deactivate them. You may also want to look at your site's .htaccess to see if it contains any 301 redirects.

Andre Günther

  • Full Member
  • **
  • Posts: 5
Re: I-Tunes feed problem
« Reply #2 on: January 18, 2018, 08:28:41 am »
thanks for the reply.
it can't be another plugin, I am pretty sure about that.
What is the htaccess thing though?

Shawn Thorpe

  • Administrator
  • Hero Member
  • *****
  • Posts: 2060
Re: I-Tunes feed problem
« Reply #3 on: January 18, 2018, 07:55:57 pm »
.htaccess is a file at the root of your WordPress installation that can do some pretty powerful things. For example. this page shows how to edit an .htaccess file to implement a 301 redirect on your website:
https://create.blubrry.com/manual/syndicating-your-podcast-rss-feeds/changing-your-podcast-rss-feed-address-url/

Security plugins in particular like to put stuff in .htaccess files.