Changes between Version 96 and Version 97 of howto/MAMP


Ignore:
Timestamp:
Oct 29, 2017, 7:41:29 PM (6 years ago)
Author:
Schamschula (Marius Schamschula)
Comment:

fix phpinfo.php

Legend:

Unmodified
Added
Removed
Modified
  • howto/MAMP

    v96 v97  
    9999This is used to test the configuration after you have integrated it with Apache and MySQL.
    100100
    101 Create a file named `phpinfo.php` that contains the following two lines
     101Create a file named `phpinfo.php` that contains the following line
    102102
    103103{{{
    104 <?php
    105 phpinfo();
     104<?php phpinfo(); ?>
    106105}}}
    107106and place it in your Apache "`DocumentRoot`" directory (nominally: "`/opt/local/www/apache2/html`") or your own user "`Sites`" directory if you activated user directories as specified above.