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
- Set the host name like a URL. Example:
something.test
- Set the document root.
SSL
- Generate a certificate.
- Add and trust the certificate in your Mac’s keychain. Instructions
Automatically redirect HTTP to HTTPS:
Allow HTTP connections |
Ports
Apache | 80 (443 SSL) |
---|---|
Nginx | 81 (7443 SSL) |
MySQL | 3306 |
Memcached | 11211 |
Languages
PHP
Default version | 5.6.37 |
---|---|
Mode | Identical PHP for all hosts |
PHP cache | Off |
Apache configuration
- Go to
File > Edit Template > Apache > httpd.conf
. - Add to the bottom:
Error logs
Database management
Import / export
See Workspace > Mac Apps > Sequel Pro.
Assign existing user to imported database
In phpMyAdmin:
- Click
Home
icon. - Click
User accounts
tab. - Click
Edit privileges
link for the user. - Click
Database
tab. - Select the database from the multi-select input.
- Check all privileges.
- 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:
- Click
Home
icon. - Click
User accounts
tab. - Click
Edit privileges
link for the user. - The
Global
tab is selected (default view). - Check all privileges.
- Click
Go
.