Title: Problem accessing mutisite network using child themes
Last modified: August 20, 2016

---

# Problem accessing mutisite network using child themes

 *  [africaed](https://wordpress.org/support/users/africaed/)
 * (@africaed)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/problem-accessing-mutisite-network-using-child-themes/)
 * I installed a multi-site network using the sub-directory option. Everything seems
   to be working well with a child theme I installed. However, I can access the 
   site via [http://www.mahadum.com/scholarships/](https://wordpress.org/support/topic/problem-accessing-mutisite-network-using-child-themes/www.mahadum.com/scholarships/?output_format=md)
   and not via [http://www.mahadum.com/scholarships](https://wordpress.org/support/topic/problem-accessing-mutisite-network-using-child-themes/www.mahadum.com/scholarships?output_format=md).
   What difference does the ‘/’ make? Surprisingly, I don’t have problems accessing
   both [http://www.mahadum.com/videos/](http://www.mahadum.com/videos/) and [http://www.mahadum.com/videos](http://www.mahadum.com/videos).
 * Anyone encountered a similar problem?

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

 *  Moderator [Ipstenu (Mika Epstein)](https://wordpress.org/support/users/ipstenu/)
 * (@ipstenu)
 * 🏳️‍🌈 Advisor and Activist
 * [14 years, 3 months ago](https://wordpress.org/support/topic/problem-accessing-mutisite-network-using-child-themes/#post-2595401)
 * What’s in your .htaccess? Sounds like you’re missing a line.
 *  Thread Starter [africaed](https://wordpress.org/support/users/africaed/)
 * (@africaed)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/problem-accessing-mutisite-network-using-child-themes/#post-2595502)
 * Here’s what I have in the .htaccess:
 *     ```
       # Use PHP5 Single php.ini as default
       AddHandler application/x-httpd-php5s .php
   
       # BEGIN WordPress
   
       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).*) $1 [L]
       RewriteRule  ^[_0-9a-zA-Z-]+/(.*\.php)$ $1 [L]
       RewriteRule . index.php [L]
   
       # END WordPress
       ```
   
 *  Moderator [Ipstenu (Mika Epstein)](https://wordpress.org/support/users/ipstenu/)
 * (@ipstenu)
 * 🏳️‍🌈 Advisor and Activist
 * [14 years, 3 months ago](https://wordpress.org/support/topic/problem-accessing-mutisite-network-using-child-themes/#post-2595519)
 * That should be fine. Who’s your host?
 *  Thread Starter [africaed](https://wordpress.org/support/users/africaed/)
 * (@africaed)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/problem-accessing-mutisite-network-using-child-themes/#post-2595535)
 * Bluehost
 *  Moderator [Ipstenu (Mika Epstein)](https://wordpress.org/support/users/ipstenu/)
 * (@ipstenu)
 * 🏳️‍🌈 Advisor and Activist
 * [14 years, 3 months ago](https://wordpress.org/support/topic/problem-accessing-mutisite-network-using-child-themes/#post-2595539)
 * Assuming BOTH videos and scholarships are subfolder sites, you don’t have a page
   named scholarships do you?
 * Have you tried turning off plugins?

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

The topic ‘Problem accessing mutisite network using child themes’ is closed to new
replies.

 * In: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
 * 5 replies
 * 2 participants
 * Last reply from: [Ipstenu (Mika Epstein)](https://wordpress.org/support/users/ipstenu/)
 * Last activity: [14 years, 3 months ago](https://wordpress.org/support/topic/problem-accessing-mutisite-network-using-child-themes/#post-2595539)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
