Title: ldap and  WP Multisites
Last modified: August 30, 2016

---

# ldap and WP Multisites

 *  [Nadia_Ahmed](https://wordpress.org/support/users/nadia_ahmed/)
 * (@nadia_ahmed)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/ldap-and-wp-multisites/)
 * hi there
 * i configured word press multisite on my network
 * i connect it to Active directory using a plugin
 * once the user log in , a site is created: [http://blogs.com/blogs/user](http://blogs.com/blogs/user)
   
   when I browse to that site, it gives me an HTTP 404 error.
 * The main site is accessible.
 * am not sure what hoes wrong
    i want my site tree to look like : [http://blogs.com/user1](http://blogs.com/user1)
   [http://blogs.com/user2](http://blogs.com/user2)
 * kindly help me , am stuck in this infinte loop for 2 weeks
 * my httacces:
 *     ```
       # BEGIN WordPress
       <IfModule mod_rewrite.c>
       RewriteEngine On
       RewriteBase /blogs/
       RewriteRule ^index\.php$ - [L]
       RewriteCond %{REQUEST_FILENAME} !-f
       RewriteCond %{REQUEST_FILENAME} !-d
       RewriteRule . /blogs/index.php [L]
       </IfModule>
   
       RewriteEngine On
       RewriteBase /blogs/
       RewriteRule ^index\.php$ - [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]
   
       # END WordPress
       ```
   

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

 *  Thread Starter [Nadia_Ahmed](https://wordpress.org/support/users/nadia_ahmed/)
 * (@nadia_ahmed)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/ldap-and-wp-multisites/#post-6553834)
 * can anyone help in this issue?
 *  Thread Starter [Nadia_Ahmed](https://wordpress.org/support/users/nadia_ahmed/)
 * (@nadia_ahmed)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/ldap-and-wp-multisites/#post-6553835)
 * am using Active directory to authenticate users
    my primary site is: [http://example.com/blogs](http://example.com/blogs)
 * I need to create a blog once the user logs in to the site. If user1 logs in it
   will create a blog accordingly:
 * [http://example.com/user1](http://example.com/user1)
 * kindly i need a quick help in this.

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

The topic ‘ldap and WP Multisites’ is closed to new replies.

 * In: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
 * 2 replies
 * 1 participant
 * Last reply from: [Nadia_Ahmed](https://wordpress.org/support/users/nadia_ahmed/)
 * Last activity: [10 years, 8 months ago](https://wordpress.org/support/topic/ldap-and-wp-multisites/#post-6553835)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
