Title: Adding Rewrite Rule
Last modified: August 18, 2016

---

# Adding Rewrite Rule

 *  [josepv](https://wordpress.org/support/users/josepv/)
 * (@josepv)
 * [19 years, 12 months ago](https://wordpress.org/support/topic/adding-rewrite-rule/)
 * Hi All,
 * I am using WP 2.0 and want to add a simple redirect rule to my blog that will
   redirect a user from ataom.xml to /feed/atom/. The blog was originally created
   with Blogger. I have just added an extra item to the default .htaccess file (
   see below). It’s not working. Can someone suggest how to fix it?
 * Thanks in advance,
 * Jose
 * # BEGIN WordPress
    <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond%{
   REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.
   php [L]
 * RewriteRule /atom.xml?$ /feed/atom/
 * </IfModule>
 * # END WordPress

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

 *  Thread Starter [josepv](https://wordpress.org/support/users/josepv/)
 * (@josepv)
 * [19 years, 12 months ago](https://wordpress.org/support/topic/adding-rewrite-rule/#post-390073)
 * Can anybody help with this request?
 * Thanks in advance,
 * Jose
 *  [sriggins](https://wordpress.org/support/users/sriggins/)
 * (@sriggins)
 * [19 years, 1 month ago](https://wordpress.org/support/topic/adding-rewrite-rule/#post-390219)
 * Above your #BEGIN WordPress put:
 * RedirectPermanent /atom.xml [http://yordomain/feed/atom](http://yordomain/feed/atom).

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

The topic ‘Adding Rewrite Rule’ is closed to new replies.

## Tags

 * [htaccess](https://wordpress.org/support/topic-tag/htaccess/)
 * [rule](https://wordpress.org/support/topic-tag/rule/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 2 replies
 * 2 participants
 * Last reply from: [sriggins](https://wordpress.org/support/users/sriggins/)
 * Last activity: [19 years, 1 month ago](https://wordpress.org/support/topic/adding-rewrite-rule/#post-390219)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
