• Resolved Jon D. Anetto

    (@jondane)


    The RSS feed address is pointing to the source WordPress url.

    For example: WordPress original source => example.com/wordpress, relative path => /static/, the rss feed address is still pointing to someotherdomain.com/wordpress instead of someotherdomain.com/static.

    Best,
    Jon.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi Jon,

    This is still on my list of things to fix. Hopefully sooner rather than later.

    Best,
    Scott

    Thread Starter Jon D. Anetto

    (@jondane)

    Thank you (very much appreciated)! ??

    Greetings

    Jon

    Hi Jon,

    This was fixed in v1.8.0 of Simply Static.

    Two notes:

    – You’ll need to use absolute URLs, because RSS feeds need absolute URLs
    – You may need to add a DirectoryIndex line in Apache with index.xml for your static site, like this:

    <Directory /home/example/www/static_site>
    DirectoryIndex index.html index.xml
    </Directory>

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Still Wrong RSS Feed Address in v1.7.0’ is closed to new replies.