Title: Multisite folder on EC2
Last modified: August 21, 2016

---

# Multisite folder on EC2

 *  [nesar77](https://wordpress.org/support/users/nesar77/)
 * (@nesar77)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/multisite-folder-on-ec2/)
 * Hi guys,
 * I’ve followed the WordPress documentation to enable multisites.
    I’ve created
   one subsite [http://54.228.189.103/safehost](http://54.228.189.103/safehost) 
   and I’m not able to visit this website but I’m able to define theme, plugins,
   etc.
 * I’ve installed WordPress on /var/www/html and this is my .htaccess
 *     ```
       <IfModule mod_rewrite.c>
       RewriteEngine On
       RewriteBase /
       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]
       </IfModule>
       ```
   
 * Can you suggest me how to check?
    Tia.

Viewing 1 replies (of 1 total)

 *  Moderator [Ipstenu (Mika Epstein)](https://wordpress.org/support/users/ipstenu/)
 * (@ipstenu)
 * 🏳️‍🌈 Advisor and Activist
 * [12 years, 8 months ago](https://wordpress.org/support/topic/multisite-folder-on-ec2/#post-4183055)
 * > I’m not able to visit this website but I’m able to define theme, plugins, etc.
 * Why not? What error do you get?

Viewing 1 replies (of 1 total)

The topic ‘Multisite folder on EC2’ is closed to new replies.

## Tags

 * [htaccess](https://wordpress.org/support/topic-tag/htaccess/)

 * In: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
 * 1 reply
 * 2 participants
 * Last reply from: [Ipstenu (Mika Epstein)](https://wordpress.org/support/users/ipstenu/)
 * Last activity: [12 years, 8 months ago](https://wordpress.org/support/topic/multisite-folder-on-ec2/#post-4183055)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
