Title: jaffamonkey's Replies | WordPress.org

---

# jaffamonkey

  [  ](https://wordpress.org/support/users/jaffamonkey/)

 *   [Profile](https://wordpress.org/support/users/jaffamonkey/)
 *   [Topics Started](https://wordpress.org/support/users/jaffamonkey/topics/)
 *   [Replies Created](https://wordpress.org/support/users/jaffamonkey/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/jaffamonkey/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/jaffamonkey/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/jaffamonkey/engagements/)
 *   [Favorites](https://wordpress.org/support/users/jaffamonkey/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [Redirect subdomain URL path to main domain (and keeping exact URL path)](https://wordpress.org/support/topic/redirect-subdomain-url-path-to-main-domain-and-keeping-exact-url-path/)
 *  Thread Starter [jaffamonkey](https://wordpress.org/support/users/jaffamonkey/)
 * (@jaffamonkey)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/redirect-subdomain-url-path-to-main-domain-and-keeping-exact-url-path/#post-3572448)
 * That was current htaccess without any edit – I just wasn’t sure where to put 
   those lines. Thankyou so much, very appreciated 🙂 It works! And I learned a 
   little more about rewrites, so no bad thing
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [Redirect subdomain URL path to main domain (and keeping exact URL path)](https://wordpress.org/support/topic/redirect-subdomain-url-path-to-main-domain-and-keeping-exact-url-path/)
 *  Thread Starter [jaffamonkey](https://wordpress.org/support/users/jaffamonkey/)
 * (@jaffamonkey)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/redirect-subdomain-url-path-to-main-domain-and-keeping-exact-url-path/#post-3572413)
 * That looks good, but it doesnt appear to be applying. I guess there is clash 
   in htaccess(?). Could someone let me know where the above lines should fit in,
   I would be grateful. I am “googled out” on this problem 🙂
 * This is my current file.
 *     ```
       RewriteEngine On
       RewriteBase /
       RewriteRule ^index\.php$ - [L]
   
       # uploaded files
       RewriteRule ^files/(.+) wp-includes/ms-files.php?file=$1 [L]
   
       RewriteCond %{REQUEST_FILENAME} -f [OR]
       RewriteCond %{REQUEST_FILENAME} -d
       RewriteRule ^ - [L]
       RewriteRule . index.php [L]
       # BEGIN WordPress
       <IfModule mod_rewrite.c>
       RewriteEngine On
       RewriteBase /
       RewriteRule ^index\.php$ - [L]
       RewriteCond %{REQUEST_FILENAME} !-f
       RewriteCond %{REQUEST_FILENAME} !-d
       RewriteRule . /index.php [L]
       </IfModule>
       # END WordPress
   
       <IfModule mod_security.c>
        SecFilterEngine Off
        SecFilterScanPOST Off
       </IfModule>
       ```
   
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [Redirect subdomain URL path to main domain (and keeping exact URL path)](https://wordpress.org/support/topic/redirect-subdomain-url-path-to-main-domain-and-keeping-exact-url-path/)
 *  Thread Starter [jaffamonkey](https://wordpress.org/support/users/jaffamonkey/)
 * (@jaffamonkey)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/redirect-subdomain-url-path-to-main-domain-and-keeping-exact-url-path/#post-3572376)
 * Most solutions posted only redirect to the the domain, not with full path.

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