Title: Permalink breaks my RSS feed
Last modified: August 19, 2016

---

# Permalink breaks my RSS feed

 *  [brettwasbtd](https://wordpress.org/support/users/brettwasbtd/)
 * (@brettwasbtd)
 * [17 years, 2 months ago](https://wordpress.org/support/topic/permalink-breaks-my-rss-feed/)
 * Ok, so my RSS feed stopped working and I could figure out why. I read somewhere
   to use the default permalink option. This fixed it. So basically if I try to 
   use “Day and name” or Month and name” for the permalink my rss feed won’t work.
   Anyone know how to fix this?

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

 *  [kmessinger](https://wordpress.org/support/users/kmessinger/)
 * (@kmessinger)
 * [17 years, 2 months ago](https://wordpress.org/support/topic/permalink-breaks-my-rss-feed/#post-1005952)
 * When you change from other than default permalinks, you have to add to, or created
   an httaccess.file.
 *  Thread Starter [brettwasbtd](https://wordpress.org/support/users/brettwasbtd/)
 * (@brettwasbtd)
 * [17 years, 2 months ago](https://wordpress.org/support/topic/permalink-breaks-my-rss-feed/#post-1005991)
 * ok, where would the new location of my RSS feed be? I feel like that is not the
   problem… ALSO it was working with the “Day and name” permalink for over a week
   and then one day stopped!
 *  [kmessinger](https://wordpress.org/support/users/kmessinger/)
 * (@kmessinger)
 * [17 years, 2 months ago](https://wordpress.org/support/topic/permalink-breaks-my-rss-feed/#post-1005996)
 * Feed is still at url/feed but you should have an .htaccess file in the root that
   says something like,
 *     ```
       # BEGIN WordPress
       <IfModule mod_rewrite.c>
       RewriteEngine On
       RewriteBase /
       RewriteCond %{REQUEST_FILENAME} !-f
       RewriteCond %{REQUEST_FILENAME} !-d
       RewriteRule . /index.php [L]
       </IfModule>
   
       # END WordPress
       ```
   
 * When you change your permalinks you get a message if your .htaccess file is not
   writable. If you get no message WP has successfully changed your .htaccess file.
 * If you have a .htaccess file then that is probably not the problem.
 * See [http://codex.wordpress.org/Using_Permalinks](http://codex.wordpress.org/Using_Permalinks)
 *  Thread Starter [brettwasbtd](https://wordpress.org/support/users/brettwasbtd/)
 * (@brettwasbtd)
 * [17 years, 2 months ago](https://wordpress.org/support/topic/permalink-breaks-my-rss-feed/#post-1006018)
 * Ya, my htaccess file already had that information. And when I manually went to
   the link of my feed it doesn’t work. Any other ideas?
 *  [kmessinger](https://wordpress.org/support/users/kmessinger/)
 * (@kmessinger)
 * [17 years, 2 months ago](https://wordpress.org/support/topic/permalink-breaks-my-rss-feed/#post-1006022)
 * URL please?
 *  Thread Starter [brettwasbtd](https://wordpress.org/support/users/brettwasbtd/)
 * (@brettwasbtd)
 * [17 years, 2 months ago](https://wordpress.org/support/topic/permalink-breaks-my-rss-feed/#post-1006024)
 * [http://blog.technicallycoordinated.com/?feed=rss2](http://blog.technicallycoordinated.com/?feed=rss2)
 * I have a subdomain, but even [http://www.technicallycoordinated.com/blog/?feed=rss2](http://www.technicallycoordinated.com/blog/?feed=rss2)
   doesnt work, however it shows page not rather than internal server error
 *  [kmessinger](https://wordpress.org/support/users/kmessinger/)
 * (@kmessinger)
 * [17 years, 2 months ago](https://wordpress.org/support/topic/permalink-breaks-my-rss-feed/#post-1006034)
 * You do need to correct some errors, [http://validator.w3.org/check?uri=http%3A%2F%2Fblog.technicallycoordinated.com%2F&charset=%28detect+automatically%29&doctype=Inline&group=0](http://validator.w3.org/check?uri=http%3A%2F%2Fblog.technicallycoordinated.com%2F&charset=%28detect+automatically%29&doctype=Inline&group=0)
 * Have you turned off any plugins?
 * Also, you cannot get a 404 error on your site only an internal server error which
   may point to something not configued correctly.
 * See [http://codex.wordpress.org/WordPress_Feeds](http://codex.wordpress.org/WordPress_Feeds)
 *  Thread Starter [brettwasbtd](https://wordpress.org/support/users/brettwasbtd/)
 * (@brettwasbtd)
 * [17 years, 2 months ago](https://wordpress.org/support/topic/permalink-breaks-my-rss-feed/#post-1006038)
 * Ok, I fixed one of the validation errors, the rest are occuring after the footer
   where the php calls wp-footer. I can’t seem to find the wp-footer file to edit
   these errors.
 * I haven’t tried turning off plugins, but I will give it a try.
 * Do you think its cause the php version on my server is 4, not 5?
 * Thanks for all your help so far!
 *  [kmessinger](https://wordpress.org/support/users/kmessinger/)
 * (@kmessinger)
 * [17 years, 2 months ago](https://wordpress.org/support/topic/permalink-breaks-my-rss-feed/#post-1006050)
 * You have feed here, [http://www.technicallycoordinated.com/blog/?feed=rss2](http://www.technicallycoordinated.com/blog/?feed=rss2)
 * You have something misconfigued in your domain/subdomain/forwarding, htaccess
   etc. For example this [http://blog.technicallycoordinated.com/house](http://blog.technicallycoordinated.com/house)
   gives a server error (500) while this [http://technicallycoordinated.com/blog/house](http://technicallycoordinated.com/blog/house)
   gives a 404 error.
 * Decide where you wnat your blog to be and get rid of the other. BTW, footer info
   is in themes/yourtheme/footer.php
 * > Do you think its cause the php version on my server is 4, not 5?
 * P HP version 4.3 or greater is required.
 *  Thread Starter [brettwasbtd](https://wordpress.org/support/users/brettwasbtd/)
 * (@brettwasbtd)
 * [17 years, 2 months ago](https://wordpress.org/support/topic/permalink-breaks-my-rss-feed/#post-1006079)
 * Ok so if I want it to be at blog.technicallycoordinated.com should I add something
   like this to my htaccess file?
 * rewritecond %{http_host} ^technicallycoordinated.com/blog/
    rewriteRule ^(.*)
   [http://blog.technicallycoordinated.com/$1](http://blog.technicallycoordinated.com/$1)[
   R=301,L]
 * Cause I do know that I can view all my pages at blog.technicallycoordinated.com
   but for me to get into my WordPress backend I have to go to technicallycoordinated.
   com/blog/wp-admin
 *  Thread Starter [brettwasbtd](https://wordpress.org/support/users/brettwasbtd/)
 * (@brettwasbtd)
 * [17 years, 2 months ago](https://wordpress.org/support/topic/permalink-breaks-my-rss-feed/#post-1006087)
 * I got it! Thanks for all your help. I was looking at the htaccess file under 
   my main domain rather than in the wordpress folder itself. The wordpress folder
   was telling pages to rewrite to /blog/ which would make it blog.technicallycoordinated.
   com/blog/ being /blog/blog which doesn’t exist. It’s working now, Thanks
 *  [kmessinger](https://wordpress.org/support/users/kmessinger/)
 * (@kmessinger)
 * [17 years, 2 months ago](https://wordpress.org/support/topic/permalink-breaks-my-rss-feed/#post-1006088)
 * This may have some answers, [http://codex.wordpress.org/Moving_WordPress](http://codex.wordpress.org/Moving_WordPress)
 * AFAIK, you should make changes of blog location under settings, general but be
   careful here. If you make an error you will have to fix it through your database.

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

The topic ‘Permalink breaks my RSS feed’ is closed to new replies.

## Tags

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

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 12 replies
 * 2 participants
 * Last reply from: [kmessinger](https://wordpress.org/support/users/kmessinger/)
 * Last activity: [17 years, 2 months ago](https://wordpress.org/support/topic/permalink-breaks-my-rss-feed/#post-1006088)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
