Title: [Plugin: WP Multi Network] Permalinks not working
Last modified: August 19, 2016

---

# [Plugin: WP Multi Network] Permalinks not working

 *  Resolved [Brian Ross](https://wordpress.org/support/users/rossdev/)
 * (@rossdev)
 * [15 years, 11 months ago](https://wordpress.org/support/topic/plugin-wp-multi-network-permalinks-not-working/)
 * Permalinks are not working for my mapped domains. Any ideas would be helpful.
 * current .htaccess
 *     ```
       # BEGIN WordPress
       <IfModule mod_rewrite.c>
       RewriteEngine On
       RewriteBase /
       RewriteRule ^index\.php$ - [L]
       # uploaded files
       RewriteRule ^([_0-9a-zA-Z-]+/)?files/(.+) wp-includes/ms-files.php?file=$2 [L]
       # add a trailing slash to /wp-admin
       RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L]
       RewriteCond %{REQUEST_FILENAME} -f [OR]
       RewriteCond %{REQUEST_FILENAME} -d
       RewriteRule ^ - [L]
       RewriteRule  ^([_0-9a-zA-Z-]+/)?(wp-(content|admin|includes).*) $2 [L]
       RewriteRule  ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L]
       RewriteRule . index.php [L]
       </IfModule>
       # END WordPress
       ```
   
 * Base site is: [http://rossdev.com](http://rossdev.com) (permalink set to “Day
   and name”)
    First alias is: [http://diytg.com](http://diytg.com) (permalink set
   to “default”) Second alias is: [http://skiptheparty.com](http://skiptheparty.com)(
   permalink set to “Day and name”)
 * Thanks,
    Brian
 * [http://wordpress.org/extend/plugins/wp-multi-network/](http://wordpress.org/extend/plugins/wp-multi-network/)

Viewing 1 replies (of 1 total)

 *  Thread Starter [Brian Ross](https://wordpress.org/support/users/rossdev/)
 * (@rossdev)
 * [15 years, 11 months ago](https://wordpress.org/support/topic/plugin-wp-multi-network-permalinks-not-working/#post-1539629)
 * never mind… I found a solution that works better: [http://wordpress.org/support/topic/404711?replies=4](http://wordpress.org/support/topic/404711?replies=4)
 * Thanks,
    Brian

Viewing 1 replies (of 1 total)

The topic ‘[Plugin: WP Multi Network] Permalinks not working’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 1 reply
 * 1 participant
 * Last reply from: [Brian Ross](https://wordpress.org/support/users/rossdev/)
 * Last activity: [15 years, 11 months ago](https://wordpress.org/support/topic/plugin-wp-multi-network-permalinks-not-working/#post-1539629)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
