[[https://www.maxwebsitedesign.com/parallels/parallels-9-mamp-3-x-virtual-host-setup/]|How to test MAMP sites on Parallels]] Parallels toolbar – Devices > Network 1 > Configure: Set it to “shared” and then restart your virtual machine: Parallels toolbar – Virtual Machine > Restart Get your Mac’s IP address: Apple icon in top left corner > System Preferences > Network: Your IP address should be shown where your internet connection shows Connected. If not, click Advanced > TCP/IP, and use your IPv4 address. Open your Windows ‘hosts’ file c:\windows\system32\drivers\etc\hosts (note: first you will have to change permissions for this file in order to edit the file: Right click it, select Properties, then Security tab and go ahead and give yourself full control over the file (read/write/modify, etc)). Add the following: <code> “[your IP address from step 1] yourvirtualhostexample.com” (without quotes/brackets) </code> Type in yourvirtualhostexample.com in Internet Explorer and you should now be able to see your project!