Title: RewriteRule to Redirection plugin
Last modified: January 18, 2020

---

# RewriteRule to Redirection plugin

 *  Resolved [diversityx](https://wordpress.org/support/users/diversityx/)
 * (@diversityx)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/rewriterule-to-redirection-plugin/)
 * Thanks for this plugin!
 * I’ve moved my hosting to Flywheel, and they would appreciate it if I used your
   plugin instead of my complex .htaccess.
 * I can’t quite figure out how to take a reg exp mod_rewrite recipe like this and
   enter it into redirection.
 * Thanks!
 *     ```
        <IfModule mod_rewrite.c> 
        RewriteRule ^(.+?)profile/edit(/group/1)?/?$ $1profile/edit/group/3/ [R=301,L] 
        </IfModule>
       ```
   

Viewing 1 replies (of 1 total)

 *  Plugin Author [John Godley](https://wordpress.org/support/users/johnny5/)
 * (@johnny5)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/rewriterule-to-redirection-plugin/#post-12339348)
 * Redirection is involved with redirecting, not rewriting. If you want to redirect
   from one URL to another (as opposed to rewriting one URL to use another URL) 
   then you may want to look at regular expressions here:
 * [https://redirection.me/support/redirect-regular-expressions/](https://redirection.me/support/redirect-regular-expressions/)

Viewing 1 replies (of 1 total)

The topic ‘RewriteRule to Redirection plugin’ is closed to new replies.

 * ![](https://ps.w.org/redirection/assets/icon-256x256.jpg?rev=983639)
 * [Redirection](https://wordpress.org/plugins/redirection/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/redirection/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/redirection/)
 * [Active Topics](https://wordpress.org/support/plugin/redirection/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/redirection/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/redirection/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [John Godley](https://wordpress.org/support/users/johnny5/)
 * Last activity: [6 years, 5 months ago](https://wordpress.org/support/topic/rewriterule-to-redirection-plugin/#post-12339348)
 * Status: resolved