• Hi
    when i use this code my site and rss very very slow

    RewriteEngine On
    RewriteRule .* – [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
    RewriteBase /
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]

    when i use this code my site and rss are fast but rss doesn’t update and doesn’t show new post

    RewriteEngine On
    RewriteRule .* – [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
    RewriteBase /
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule (.+) index.php?p=$1 [QSA,L]

    please help me for this problem
    thanks

    • This topic was modified 4 years, 9 months ago by mojtaba7b.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • How to solve WordPress rss error? Home››Wordpress no comments 251 views Sponsored Links In this topic, we will try to give information about the solution of the WordPress RSS problem. WordPress feed errors are usually caused by an XML parsing error in XML files. When this problem persists, it cannot automatically send content to social networks, Twitter or Facebook networks through the site, or it cannot follow the site with RSS readers, which undermines the visitors of the site via RSS. In our previous articles, we told you about the opportunity to follow the sites according to the feed address we learned about learning the rss address of the site. In this topic, we will try to explain the solutions for friends who have an rss problem on their site. HOW TO SOLVE WP RSS ERROR? You can solve the wp rss error with a plugin called this feed fix without needing to know the code for the WordPress feed error.
    0bd4800f211a7c8ce708b72d535b070f.jpg

Viewing 1 replies (of 1 total)

The topic ‘problem with rss’ is closed to new replies.