After installation of Mavericks, I find I can no longer view my pages in 
the ~/Sites folder. Desiring to fix this, I found the following 
instructions:

You need to edit /private/etc/apache2/httpd.conf file to fix this kind of 
error. Open up in the editor and fine the --- and replace it with following 
. 

<Directory >
    #Options FollowSymLinks
    Options Indexes FollowSymLinks Includes ExecCGI
    AllowOverride All
    Order deny,allow
    Allow from all
</Directory>

Not being very familiar with Terminal editors such as nano, I would like to do 
the editing in BBEdit. However, even though I have configured BBEdit to view 
hidden files, I am unable to find /private/etc/apache2/httpd.conf, or even 
/private for that matter, in the file open dialog, even though it shows up in 
the terminal. Any help?

And by the way, will the changes to <Directory> expose my computer to unwanted 
visitors?

-- 
This is the BBEdit Talk public discussion group. If you have a 
feature request or would like to report a problem, please email
"[email protected]" rather than posting to the group.
Follow @bbedit on Twitter: <http://www.twitter.com/bbedit>

--- 
You received this message because you are subscribed to the Google Groups 
"BBEdit Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].

Reply via email to