Title: Multisite on MAC problems
Last modified: August 20, 2016

---

# Multisite on MAC problems

 *  [roclimb](https://wordpress.org/support/users/roclimb/)
 * (@roclimb)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/multisite-on-mac-problems/)
 * I tried to install Multisite on a MAMP server and have had no success.
 * I added a fake url in my terminal. lets say test.com
 * this into wp-config:
 * define(‘WP_ALLOW_MULTISITE’, true);
 * this in httpd:
 *     ```
       NameVirtualHost *
       <virtualHost *>
        ServerName test.com
        ServerAlias test.com *.test.com
        DocumentRoot "/Applications/MAMP/htdocs/cnb_press/"
        <directory "/Applications/MAMP/htdocs/cnb_press/">
         Options Indexes FollowSymLinks Includes
         AllowOverride All
         Order allow,deny
         Allow from all
        </directory>
       </virtualHost>
       ```
   
 * I changed apache port to 80.
 * I am not able to access the wordpress site.
 * Any suggestions?

Viewing 1 replies (of 1 total)

 *  Moderator [Ipstenu (Mika Epstein)](https://wordpress.org/support/users/ipstenu/)
 * (@ipstenu)
 * 🏳️‍🌈 Advisor and Activist
 * [14 years, 1 month ago](https://wordpress.org/support/topic/multisite-on-mac-problems/#post-2722365)
 * Hosts 🙂
 * Open up `/etc/hosts` and add the domain in like this:
 *     ```
       127.0.0.1       ipstenu.loc
       127.0.0.1       foo.ipstenu.loc
       127.0.0.1       bar.ipstenu.loc
       127.0.0.1       andrea.ipstenu.loc
       127.0.0.1       andrea.loc
       ```
   
 * This way I can get to ipstenu.loc, the subsites foo and bar, and the mapped domain,
   andrea.loc (hi, Andrea!)

Viewing 1 replies (of 1 total)

The topic ‘Multisite on MAC problems’ is closed to new replies.

 * 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: [14 years, 1 month ago](https://wordpress.org/support/topic/multisite-on-mac-problems/#post-2722365)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
