Title: rss feed doesnt working
Last modified: October 15, 2018

---

# rss feed doesnt working

 *  [javadth](https://wordpress.org/support/users/javadth/)
 * (@javadth)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/rss-feed-doesnt-working/)
 * hi
    my rss doesn’t work
 * [http://engclubs.net/feed](http://engclubs.net/feed)
 * i changed the class-feed.php perm to 644
 * this plugins couldnt fix : Fix My Feed RSS Repair
 * i disabled this plugins
    Advanced uploader Change Permalink Helper Remove Version
   Info WP Edit WP File Manager
 * i found this post that person problem solved but he didnt told how ?
 * : [https://colorlib.com/wp/forums/topic/rss-feed-does-not-work/](https://colorlib.com/wp/forums/topic/rss-feed-does-not-work/)
 * my htaccess file :
 *     ```
       # BEGIN WpFastestCache
       <IfModule mod_rewrite.c>
       RewriteEngine On
       RewriteBase /
       RewriteCond %{HTTPS} =on
       RewriteCond %{HTTP_HOST} ^engclubs.net
       # Start WPFC Exclude
       RewriteCond %{REQUEST_URI} !\/sitemap.xml [NC]
       # End WPFC Exclude
       # Start_WPFC_Exclude_Admin_Cookie
       RewriteCond %{HTTP:Cookie} !wordpress_logged_in_[^\=]+\=admin|amir
       # End_WPFC_Exclude_Admin_Cookie
       RewriteCond %{HTTP_HOST} ^engclubs.net
       RewriteCond %{HTTP_USER_AGENT} !(facebookexternalhit|LinkedInBot|WhatsApp|Mediatoolkitbot)
       RewriteCond %{HTTP_USER_AGENT} !(WP\sFastest\sCache\sPreload(\siPhone\sMobile)?\s*Bot)
       RewriteCond %{REQUEST_METHOD} !POST
       RewriteCond %{REQUEST_URI} !(\/){2}$
       RewriteCond %{QUERY_STRING} !.+
       RewriteCond %{HTTP:Cookie} !wordpress_logged_in
       RewriteCond %{HTTP:Cookie} !comment_author_
       RewriteCond %{HTTP:Cookie} !woocommerce_items_in_cart
       RewriteCond %{HTTP:Cookie} !safirmobilswitcher=mobil
       RewriteCond %{HTTP:Profile} !^[a-z0-9\"]+ [NC]
       RewriteCond %{HTTP_USER_AGENT} !^.*(\bCrMo\b|CriOS|Android.*Chrome\/[.0-9]*\s(Mobile)?|\bDolfin\b|Opera.*Mini|Opera.*Mobi|Android.*Opera|Mobile.*OPR\/[0-9.]+|Coast\/[0-9.]+|Skyfire|Mobile\sSafari\/[.0-9]*\sEdge|IEMobile|MSIEMobile|fennec|firefox.*maemo|(Mobile|Tablet).*Firefox|Firefox.*Mobile|FxiOS|bolt|teashark|Blazer|Version.*Mobile.*Safari|Safari.*Mobile|MobileSafari|Tizen|UC.*Browser|UCWEB|baiduboxapp|baidubrowser|DiigoBrowser|Puffin|\bMercury\b|Obigo|NF-Browser|NokiaBrowser|OviBrowser|OneBrowser|TwonkyBeamBrowser|SEMC.*Browser|FlyFlow|Minimo|NetFront|Novarra-Vision|MQQBrowser|MicroMessenger|Android.*PaleMoon|Mobile.*PaleMoon|Android|blackberry|\bBB10\b|rim\stablet\sos|PalmOS|avantgo|blazer|elaine|hiptop|palm|plucker|xiino|Symbian|SymbOS|Series60|Series40|SYB-[0-9]+|\bS60\b|Windows\sCE.*(PPC|Smartphone|Mobile|[0-9]{3}x[0-9]{3})|Window\sMobile|Windows\sPhone\s[0-9.]+|WCE;|Windows\sPhone\s10.0|Windows\sPhone\s8.1|Windows\sPhone\s8.0|Windows\sPhone\sOS|XBLWP7|ZuneWP7|Windows\sNT\s6\.[23]\;\sARM\;|\biPhone.*Mobile|\biPod|\biPad|Apple-iPhone7C2|MeeGo|Maemo|J2ME\/|\bMIDP\b|\bCLDC\b|webOS|hpwOS|\bBada\b|BREW).*$ [NC]
       RewriteCond %{DOCUMENT_ROOT}/wp-content/cache/all/$1/index.html -f [or]
       RewriteCond /home/hotelyab/domains/engclubs.net/public_html/wp-content/cache/all/$1/index.html -f
       RewriteRule ^(.*) "/wp-content/cache/all/$1/index.html" [L]
       </IfModule>
       <FilesMatch "index\.(html|htm)$">
       AddDefaultCharset UTF-8
       <ifModule mod_headers.c>
       FileETag None
       Header unset ETag
       Header set Cache-Control "max-age=0, no-cache, no-store, must-revalidate"
       Header set Pragma "no-cache"
       Header set Expires "Mon, 29 Oct 1923 20:30:00 GMT"
       </ifModule>
       </FilesMatch>
       # END WpFastestCache
       # BEGIN GzipWpFastestCache
       <IfModule mod_deflate.c>
       AddType x-font/woff .woff
       AddType x-font/ttf .ttf
       AddOutputFilterByType DEFLATE image/svg+xml
       AddOutputFilterByType DEFLATE text/plain
       AddOutputFilterByType DEFLATE text/html
       AddOutputFilterByType DEFLATE text/xml
       AddOutputFilterByType DEFLATE text/css
       AddOutputFilterByType DEFLATE text/javascript
       AddOutputFilterByType DEFLATE application/xml
       AddOutputFilterByType DEFLATE application/xhtml+xml
       AddOutputFilterByType DEFLATE application/rss+xml
       AddOutputFilterByType DEFLATE application/javascript
       AddOutputFilterByType DEFLATE application/x-javascript
       AddOutputFilterByType DEFLATE application/x-font-ttf
       AddOutputFilterByType DEFLATE application/vnd.ms-fontobject
       AddOutputFilterByType DEFLATE font/opentype font/ttf font/eot font/otf
       </IfModule>
       # END GzipWpFastestCache
       # BEGIN LBCWpFastestCache
       <FilesMatch "\.(webm|ogg|mp4|ico|pdf|flv|jpg|jpeg|png|gif|webp|js|css|swf|x-html|css|xml|js|woff|woff2|ttf|svg|eot)(\.gz)?$">
       <IfModule mod_expires.c>
       AddType application/font-woff2 .woff2
       ExpiresActive On
       ExpiresDefault A0
       ExpiresByType video/webm A2592000
       ExpiresByType video/ogg A2592000
       ExpiresByType video/mp4 A2592000
       ExpiresByType image/webp A2592000
       ExpiresByType image/gif A2592000
       ExpiresByType image/png A2592000
       ExpiresByType image/jpg A2592000
       ExpiresByType image/jpeg A2592000
       ExpiresByType image/ico A2592000
       ExpiresByType image/svg+xml A2592000
       ExpiresByType text/css A2592000
       ExpiresByType text/javascript A2592000
       ExpiresByType application/javascript A2592000
       ExpiresByType application/x-javascript A2592000
       ExpiresByType application/font-woff2 A2592000
       </IfModule>
       <IfModule mod_headers.c>
       Header set Expires "max-age=2592000, public"
       Header unset ETag
       Header set Connection keep-alive
       FileETag None
       </IfModule>
       </FilesMatch>
       # END LBCWpFastestCache
       # 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
       ## EXPIRES CACHING ##
       <IfModule mod_expires.c>
       ExpiresActive On
       ExpiresByType image/jpg "access plus 1 year"
       ExpiresByType image/jpeg "access plus 1 year"
       ExpiresByType text/javascript "access 1 month"
       ExpiresByType text/x-javascript "access 1 month"
       ExpiresByType application/javascript "access 1 month"
       ExpiresByType application/x-javascript "access 1 month"
       ExpiresByType application/json "access 1 month"
       ExpiresByType image/gif "access plus 1 year"
       ExpiresByType image/png "access plus 1 year"
       ExpiresByType text/css "access plus 1 month"
       ExpiresByType application/pdf "access plus 1 month"
       ExpiresByType text/x-javascript "access plus 1 month"
       ExpiresByType application/x-shockwave-flash "access plus 1 month"
       ExpiresByType image/x-icon "access plus 1 year"
       ExpiresDefault "access plus 2 days"
       </IfModule>
   
        Header unset ETag
       FileETag None
   
       <IfModule mod_deflate.c>
       SetOutputFilter DEFLATE
       # Don’t compress
       SetEnvIfNoCase Request_URI \.(?:gif|jpe?g|png)$ no-gzip dont-vary
       SetEnvIfNoCase Request_URI \.(?:exe|t?gz|zip|bz2|sit|rar)$ no-gzip dont-vary
       #Dealing with proxy servers
       <IfModule mod_headers.c>
       Header append Vary User-Agent
       </IfModule>
       </IfModule>
   
       <ifModule mod_headers.c>
           Header set Connection keep-alive
       </ifModule>
       ```
   
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Frss-feed-doesnt-working%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 8 replies - 1 through 8 (of 8 total)

 *  [Matt Watson](https://wordpress.org/support/users/mwtsn/)
 * (@mwtsn)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/rss-feed-doesnt-working/#post-10782991)
 * Hi [@javadth](https://wordpress.org/support/users/javadth/),
 * If you disable all plugins and change the theme to something like twentyfourteen
   does the feed start working?
 * If so, try switching the theme back, and confirming that it works. Once you have
   done that, turn on each plugin and check until you get a fail, that way you will
   know what is breaking the feed.
 *  Thread Starter [javadth](https://wordpress.org/support/users/javadth/)
 * (@javadth)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/rss-feed-doesnt-working/#post-10783038)
 * hi (@mwtsn
 * changed theme to 2016 and feed worked
 * but i updated this theme: Catch Box
 * and now I don’t know it works or not
    could you check ?? [https://engclubs.net/feed](https://engclubs.net/feed)
 * I’m using this theme in other websites [https://www.1pro.ir/](https://www.1pro.ir/)
   and feed works good [https://www.1pro.ir/feed](https://www.1pro.ir/feed)
 *  [Matt Watson](https://wordpress.org/support/users/mwtsn/)
 * (@mwtsn)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/rss-feed-doesnt-working/#post-10783058)
 * Hi [@javadth](https://wordpress.org/support/users/javadth/),
 * The good news is that it’s something in the Catch Box theme by the sound of it.
 * The bad news is I’m not sure what without knowing what the code looks like.
 * The feed is stuck in a redirect loop, so if you have any code that does a wp_redirect
   or hooks into the feed that could be a good place to look.
 *  Thread Starter [javadth](https://wordpress.org/support/users/javadth/)
 * (@javadth)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/rss-feed-doesnt-working/#post-10783072)
 * these plugins can make trouble?
 * Options Framework
    Redux Framework Remove Comment Website/URL Box Theme Check
 *  Thread Starter [javadth](https://wordpress.org/support/users/javadth/)
 * (@javadth)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/rss-feed-doesnt-working/#post-10786520)
 * any answer ?
 *  [Matt Watson](https://wordpress.org/support/users/mwtsn/)
 * (@mwtsn)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/rss-feed-doesnt-working/#post-10786522)
 * Hi [@javadth](https://wordpress.org/support/users/javadth/),
 * So if you disable the plugins:
 * Options Framework
    Redux Framework Remove Comment Website/URL Box Theme Check
 * The feed works correctly? Is this correct?
 *  Thread Starter [javadth](https://wordpress.org/support/users/javadth/)
 * (@javadth)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/rss-feed-doesnt-working/#post-10786531)
 * [@mwtsn](https://wordpress.org/support/users/mwtsn/)
 * not checked yet
 * just find this plugin is different than the other site that I’m using Catch Box
   there
 *  [Matt Watson](https://wordpress.org/support/users/mwtsn/)
 * (@mwtsn)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/rss-feed-doesnt-working/#post-10786537)
 * Sorry [@javadth](https://wordpress.org/support/users/javadth/) I think I got 
   confused.
 * When you changed the theme to twentysixteen did the feed work correctly? If so,
   the issue is likely with your theme.
 * I understand that this theme is a modified version of Catch Box. If you can share
   the code that you modified I could look into this further.

Viewing 8 replies - 1 through 8 (of 8 total)

The topic ‘rss feed doesnt working’ is closed to new replies.

## Tags

 * [RSS](https://wordpress.org/support/topic-tag/rss/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 8 replies
 * 2 participants
 * Last reply from: [Matt Watson](https://wordpress.org/support/users/mwtsn/)
 * Last activity: [7 years, 7 months ago](https://wordpress.org/support/topic/rss-feed-doesnt-working/#post-10786537)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
