Changes between Version 66 and Version 67 of howto/MAMP
- Timestamp:
- Dec 18, 2013, 4:09:10 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
howto/MAMP
v66 v67 391 391 and place it in your Apache "`DocumentRoot`" directory (should be "`/opt/local/apache2/htdocs`") or your own user "`Sites`" directory if you activated user directories as specified above. Point your browser to http://localhost/phpinfo.php (or http://localhost/~username/phpinfo.php if applicable) and verify that the correct version of PHP is active (v5.3.0 as of this writing) and that MySQL support is active (you may want to search the page for "`mysql`"). 392 392 393 If by some reason the server still doesn't interpret PHP files (your web client tries to download them) it means the PHP configurations, as described above, are not taking effect and in that case you should open the http s.conf file once again and search for the block393 If by some reason the server still doesn't interpret PHP files (your web client tries to download them) it means the PHP configurations, as described above, are not taking effect and in that case you should open the httpd.conf file once again and search for the block 394 394 395 395 {{{