Title: redirect and feed problem
Last modified: August 19, 2016

---

# redirect and feed problem

 *  [rrd](https://wordpress.org/support/users/rrd/)
 * (@rrd)
 * [17 years, 10 months ago](https://wordpress.org/support/topic/redirect-and-feed-problem/)
 * I am writing a new plugin which publish special content to feed.
 * The urls-like privateRSS/124 should redirected by my .htaccess as
 *     ```
       RewriteRule privateRSSfeed/(.*) /index.php?feed=rss2&privateRSSurl=$1 [L]
       ```
   
 * If I do not change anything I got the normal rss header, but there is no content.
   I mean there are no `<item>...</item>` parts.
 * I think this is somehow because the feed_rss2.php file when executed get false
   at `if(have_posts())` just I can not find out why.
 * Any idea?

Viewing 1 replies (of 1 total)

 *  [farangkinok](https://wordpress.org/support/users/farangkinok/)
 * (@farangkinok)
 * [17 years, 9 months ago](https://wordpress.org/support/topic/redirect-and-feed-problem/#post-810353)
 * same problem for me? did you find a solution rrd?

Viewing 1 replies (of 1 total)

The topic ‘redirect and feed problem’ is closed to new replies.

 * 1 reply
 * 2 participants
 * Last reply from: [farangkinok](https://wordpress.org/support/users/farangkinok/)
 * Last activity: [17 years, 9 months ago](https://wordpress.org/support/topic/redirect-and-feed-problem/#post-810353)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
