Title: Feed URLs
Last modified: August 18, 2016

---

# Feed URLs

 *  [Marc](https://wordpress.org/support/users/marc/)
 * (@marc)
 * [21 years, 3 months ago](https://wordpress.org/support/topic/feed-urls/)
 * On my index page the URL that the template provides is incorrect.
    [http://cranialcavity.net/fullthrottle/wp/feed/rss2/](http://cranialcavity.net/fullthrottle/wp/feed/rss2/)
 * When the actual and verified URL is this:
    [http://cranialcavity.net/fullthrottle/wp/wp-rss2.php](http://cranialcavity.net/fullthrottle/wp/wp-rss2.php)
 * My question is what part of the index needs to be changed? By looking at the 
   following code it indicates the URL is automaticly generated.
 * This is the code from my index.php file:
 * `<link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="<?php
   bloginfo('rss2_url'); ?>" />`

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

 *  [yngwin](https://wordpress.org/support/users/yngwin/)
 * (@yngwin)
 * [21 years, 3 months ago](https://wordpress.org/support/topic/feed-urls/#post-143854)
 * You need to update the rewrite rules in your .htaccess.
 *  Moderator [James Huff](https://wordpress.org/support/users/macmanx/)
 * (@macmanx)
 * [21 years, 3 months ago](https://wordpress.org/support/topic/feed-urls/#post-143871)
 * Marc, you are using permalinks which make use of /index.php/. Unfortunately, 
   the /feed/rss2/ feed URL will not work under this setup. What you can do, however,
   if find all occurrences of `href="<?php bloginfo('rss2_url'); ?>"` and change
   them to `href="http://cranialcavity.net/fullthrottle/wp/wp-rss2.php"` .

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

The topic ‘Feed URLs’ is closed to new replies.

 * 2 replies
 * 3 participants
 * Last reply from: [James Huff](https://wordpress.org/support/users/macmanx/)
 * Last activity: [21 years, 3 months ago](https://wordpress.org/support/topic/feed-urls/#post-143871)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
