Viewing 15 replies - 61 through 75 (of 100 total)
  • Thread Starter markross67

    (@markross67)

    esmi,

    Just a thought:
    In the Services area, is there some ping information that is needed, to generate the Feeds?

    WP does that already on its own.

    .htaccess file
    – Check if there’s a redirect of your feed somewhere. You can post content of htaccess file here

    Check XML
    – Tools > Export > XML
    – Open XML with text editor, see if there are some strange characters at the very top or very bottom of the file.
    Should be like this at the top:
    <?xml version="1.0" encoding="UTF-8" ?>
    and ends at the bottom with:

    </channel>
    </rss>

    Aside from upgrading to WP 3.2.1, did you within that time frame, either install, activate, or delete a plugin or theme in your installation?

    Thread Starter markross67

    (@markross67)

    Hi mercime,
    Thank you for the suggestings.

    In regards to the .htacces file, are you referring to the one at the root directory of my WordPress install?

    Thread Starter markross67

    (@markross67)

    mercime,

    I just exported The XML file out, and, the top and bottom read exactly as you posted:

    Top:

    <?xml version=”1.0″ encoding=”UTF-8″ ?>

    Bottom:

    </channel>
    </rss>

    Yes, .htaccess at the root of your WP install.

    Thread Starter markross67

    (@markross67)

    Yes, the one at the root of your WP install.

    OK, here is what I have in the .htaccess file, in my WordPress root directory:

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    # END WordPress
    
    AddType x-mapp-php5 .php
    
    #Block by domain
    RewriteEngine on
    RewriteCond %{HTTP_REFERER} ^https://.*ripe\.net [NC,OR]
    RewriteCond %{HTTP_REFERER} ^https://.*devaw\.com [NC,OR]
    RewriteCond %{HTTP_REFERER} ^https://.*lenuw\.com [NC,OR]
    RewriteCond %{HTTP_REFERER} ^https://.*anotherdomain\.com [NC,OR]
    RewriteCond %{HTTP_REFERER} ^https://.*lastdomain\.com [NC]
    RewriteRule .* - [F]
    
    #Block by IP Address
    order allow,deny
    
    #RIPE Network Coordination Centre, Amsterdam, NL
    deny from 78.46.51.40
    deny from 94.229.65.173
    
    #Internet Assigned Numbers Authority, Marina Del Rey, CA
    deny from 10.20.3.132
    deny from 172.17.241.130
    
    #Users
    #Mark
    #deny from 68.42.19.23
    
    #Misc
    deny from 188.92.74.23
    deny from 92.241.171.38
    
    allow from all
    Thread Starter markross67

    (@markross67)

    Aside from upgrading to WP 3.2.1, did you within that time frame, either install, activate, or delete a plugin or theme in your installation?

    Recently, I have deactivated and added some plugins.

    I recently installed JetPack by WordPress. I wonder if that is the culprit? Would you suggest deleting it?

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    ?????? Advisor and Activist

    One minor note, you should have the WP calls at the bottom, below ‘allow from all’

    Thread Starter markross67

    (@markross67)

    Ipstenu,
    Isn’t that what I have?

    Thread Starter markross67

    (@markross67)

    One minor note, you should have the WP calls at the bottom, below ‘allow from all’

    Oh, wait a minute… what WP calls, Ipstenu?

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    ?????? Advisor and Activist

    The ones that say ‘begin wordpress’ ?? I mean it should be like this (though I will be surprised if this fixes it, it’s just a better way to do things – Make your WP install work less, so it only parses stuff AFTER it makes it through the rest)

    AddType x-mapp-php5 .php
    
    #Block by domain
    RewriteEngine on
    RewriteCond %{HTTP_REFERER} ^https://.*ripe\.net [NC,OR]
    RewriteCond %{HTTP_REFERER} ^https://.*devaw\.com [NC,OR]
    RewriteCond %{HTTP_REFERER} ^https://.*lenuw\.com [NC,OR]
    RewriteCond %{HTTP_REFERER} ^https://.*anotherdomain\.com [NC,OR]
    RewriteCond %{HTTP_REFERER} ^https://.*lastdomain\.com [NC]
    RewriteRule .* - [F]
    
    #Block by IP Address
    order allow,deny
    
    #RIPE Network Coordination Centre, Amsterdam, NL
    deny from 78.46.51.40
    deny from 94.229.65.173
    
    #Internet Assigned Numbers Authority, Marina Del Rey, CA
    deny from 10.20.3.132
    deny from 172.17.241.130
    
    #Users
    #Mark
    #deny from 68.42.19.23
    
    #Misc
    deny from 188.92.74.23
    deny from 92.241.171.38
    
    allow from all
    
    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    # END WordPress
    Thread Starter markross67

    (@markross67)

    I mean it should be like this (though I will be surprised if this fixes it, it’s just a better way to do things

    Thanks Ipstenu!

    I updated (.htaccess) it.

    Moderator Sergey Biryukov

    (@sergeybiryukov)

    WordPress Dev

    If you go to https://www.hyperblogcafe.com/feed, only one post is appearing;

    1. Currently I get “Page not found” there. Has anything changed for you too?
    2. Do you have any errors in server logs (usually error_log)?

    Thread Starter markross67

    (@markross67)

    Hi Sergey,

    1. Currently I get “Page not found” there. Has anything changed for you too?

    When I first started thee post, only one post was coming up in the feed. For now, I put that post in draft mode, to see if that would help any. If you would like, I can publish it again.

    But, currently, I am getting the error “Feed for Unknown feed name”

    2. Do you have any errors in server logs (usually error_log)?

    In the logs folder, there are so many files. I don’t know for sure, which ones to look at. Is there a specific file that can help me?

    Thank you,

    Mark

    Thread Starter markross67

    (@markross67)

    Sergey,
    In my logs directory, there is no error_log file.

    There is, access.log, mail.log, and https://ftp.log.

    Do I want access.log, perhaps?

    Thank you,
    Mark

Viewing 15 replies - 61 through 75 (of 100 total)
  • The topic ‘RSS Feeds are no longer working?’ is closed to new replies.