cmall / LocalHomePage

A Local Home Page for OSX Web Development
http://mallinson.ca/post/osx-web-development
305 stars 123 forks source link

Catalina does not allow /www anymore #18

Open fdiengdoh opened 4 years ago

fdiengdoh commented 4 years ago

After upgrading to Catalina, I find some Relocated Items, which include all my /www/ folders that I created while following your Guide. I don't know where to reach you, so, I came here.

Anyway, in trying to reach, you, I just copied all my /www files to /Users/username/ and changed the vhosts settings accordingly. Still I couldn't get everything to work as before.

Today, when I tried again, I noticed one small thing that I mis which finally fixed it. The part that I forgot to fix is here. Just incase someone encounter similar problems.

<Directory "**/Users/username/www"**>
  Options Indexes MultiViews FollowSymLinks
  AllowOverride All
  Require all granted
</Directory>