Mamp Pro Mac App

DownloadMamp pro for windows

MAMP Viewer

The MAMP PRO & MAMP Viewer combo is a great way of previewing your web sites on a mobile device. MAMP Viewer can be found on the Apple App Store and Google Play Store. In order to make your individual host visible in the MAMP Viewer you must activate it on the Hosts > Settings > General tab. Restart your servers to enable viewing in MAMP Viewer.

Preview your work using the MAMP Viewer available on iOS and Android.

Download MAMP PRO 2020 for Mac Free. Click on below button to start MAMP PRO 2020 Download for Mac OS X. This is completely Tested and Working Latest Version Mac OS App of MAMP PRO 2020. It is offline installer and standalone setup for MAMP PRO 2020 for Apple Macbook Macintosh. We provide Resumeable single direct link MAMP PRO 2020 Download for. MAMP PRO 6.0.1 - Create a local server environment for Web development and more. Download the latest versions of the best Mac apps at safe and trusted MacUpdate.

MAMP Viewer and WordPress

Mamp Pro Mac App Setup

As most local networks do not have an easy-to-configure DNS (Domain Name Server) that you could teach about the hosts you want to preview, MAMP PRO uses the Bonjour networking technology (aka Zeroconf) and a feature we call “shadow hosts” to make up for the lack of real DNS entries. So instead of MAMP Viewer going directly to a “mycoolhost”, it calls “mycallhostAtyourmachine.local” and the web servers of MAMP PRO make sure you still get “mycoolhost”.

This works quite well unless a web application itself stores the name of the host it is running on. Unfortunately, this is exactly what WordPress does. And the more plugins a WordPress site uses, the more this fact interferes with the technique MAMP Viewer uses. Simple WordPress sites typically work, more complex ones might stop MAMP Viewer from showing a precise preview. In this case we recommend using our local DNS Server App NAMO.

NAMO

If you are running on a Mac there is a great way around this “shadow host” problem. NAMO is a local DNS that reads MAMP Viewer hosts from MAMP PRO and makes them available on the local network - using their real names, in any browser, not just the MAMP Viewer. You can find more information about NAMO here.

Settings

Mamp Pro Mac

Hosts

General

  1. Set the host name like a URL. Example: something.test
  2. Set the document root.

SSL

  1. Generate a certificate.
  2. Add and trust the certificate in your Mac’s keychain. Instructions

Automatically redirect HTTP to HTTPS:

Allow HTTP connections

Ports

Apache80 (443 SSL)
Nginx81 (7443 SSL)
MySQL3306
Memcached11211

Languages

PHP

Default version5.6.37
ModeIdentical PHP for all hosts
PHP cacheOff

Apache configuration

  1. Go to File > Edit Template > Apache > httpd.conf.
  2. Add to the bottom:

Error logs

Database management

Import / export

See Workspace > Mac Apps > Sequel Pro.

Assign existing user to imported database

In phpMyAdmin:

  1. Click Home icon.
  2. Click User accounts tab.
  3. Click Edit privileges link for the user.
  4. Click Database tab.
  5. Select the database from the multi-select input.
  6. Check all privileges.
  7. Click Go.

Assign global priveliges to a user

Sometimes importing a database requires global priveliges. I’m not sure why, but I don’t worry about it for a local environment.

In phpMyAdmin:

  1. Click Home icon.
  2. Click User accounts tab.
  3. Click Edit privileges link for the user.
  4. The Global tab is selected (default view).
  5. Check all privileges.
  6. Click Go.