Top "Mamp" questions

The abbreviation "MAMP" stands for: Macintosh, Apache, MySQL and PHP.

Laravel 5 – Remove Public from URL

I know this is a very popular question but I haven't been able to find a working solution for Laravel 5. …

php .htaccess laravel mamp laravel-5
How to prevent http file caching in Apache httpd (MAMP)

I am developing a single page Javascript application in MAMP. My JavaScript and HTML template files are getting cached between …

apache .htaccess http-headers mamp
How can I add additional PHP versions to MAMP

The current version of MAMP that I have only has php 5.2.17 and 5.4.4. I need 5.3.X. Is there a way to …

php macos mamp
Where does MAMP keep its php.ini?

I have recently got a mac an am not used to developing on a mac at all. I have MAMP …

macos mamp php
PHP Warning: mysqli_connect(): (HY000/2002): Connection refused

I am using PHP 5.5 and MAMP (downloaded from here): I have a basic script like this: <?php $servername = "127.0.0.1"; $username = "…

php mysql mamp
MAMP mysql server won't start. No mysql processes are running

My MAMP mysql server won't start. All of the suggestions I've seen on the web say to check for other …

mysql mamp
How to override the path of PHP to use the MAMP path?

After screwing up entirely my PHP configuration on MAC trying to get the SOAP module working (-bash: /usr/bin/php: …

php macos shell path mamp
How to get htaccess to work on MAMP

I am trying to get the .htaccess working in MAMP. The content of the .htaccess is a simple redirect line …

.htaccess mamp
getting to phpmyadmin with mamp

I'm using MAMP, and trying to get to phpmyadmin. loaclhost/phpmyadmin isn't working.. the sql light is green so it …

phpmyadmin mamp
Apache not starting in MAMP (but MySQL working) in OSX

I've had MAMP working for a few months and recently installed PostgreSQL. It recommended installing Apache as well, which I …

macos apache mamp