i am trying to edit the /etc/apache2/httpd.conf on mac os x 10.9.2,
as i an installing php, but i have permission denied using terminal, please any ideas on what is happening, i have created my user .conf as
<Directory "/Users/username/Sites/">
Options Indexes MultiViews
AllowOverride All
Order allow,deny
Allow from all
</Directory>
as i an installing php, but i have permission denied using terminal, please any ideas on what is happening, i have created my user .conf as
<Directory "/Users/username/Sites/">
Options Indexes MultiViews
AllowOverride All
Order allow,deny
Allow from all
</Directory>