New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changes between Version 4 and Version 5 of howto/MAMP


Ignore:
Timestamp:
06/01/08 21:15:15 (5 years ago)
Author:
ryandesign@…
Comment:

remove instructions obsoleted by r17933

Legend:

Unmodified
Added
Removed
Modified
  • howto/MAMP

    v4 v5  
    5757}}} 
    5858 
    59 In `/opt/local/apache2/conf/extra/httpd-userdir.conf`, change the line 
    60  
    61 {{{ 
    62 UserDir public_html 
    63 }}} 
    64  
    65 to 
    66  
    67 {{{ 
    68 UserDir Sites 
    69 }}} 
    70  
    71 (this may already be done for you by the MacPorts installation) and add the following lines to the end of the file: 
     59In `/opt/local/apache2/conf/extra/httpd-userdir.conf`, add the following lines to the end of the file: 
    7260 
    7361{{{