• I’d like to change my feed url from wp-rss2.php to /feed/. Then I’d like to be able to put other feeds there later if I want to. How do I do this. I tried copying the wp-rss2 file to the feed subdirectory, but it generated errors.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The /feed/ you see on other sites is a virtual directory using mod_rewrite stuff, check out the permalinks section of WP admin.

    When it comes to redirects, etc., it is best to have a link. From what I am imagining, you would have to “turn on” permalinks in WP so it will build the proper links which will then be redirected by the .htaccess file.

    Thread Starter joshuaclinard

    (@joshuaclinard)

    I don’t understand what you are saying. What does permalinks have to do with a rediret? I don’t want permalinks other than the default index.php?p=1.

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

The topic ‘How do I change URL to feeds?’ is closed to new replies.