#Require all granted追記で解決しなかった人向け。
ググっても大体出てくるのは下記の処方箋のみ。
/Applications/XAMPP/xamppfiles/etc/extra/httpd-vhosts.conf
<Directory "ディレクトリ名">
AllowOverride All
Require all granted
</Directory>
これで大抵の方は解決されてるみたいですが、依然403がでる。。。
下記の方法で解決。
/Applications/XAMPP/xamppfiles/etc/httpd.conf
<IfModule unixd_module>
〜略〜
User daemon
Group daemon
</IfModule>
User daemon
↓
User ユーザー名
※ユーザー名はターミナルのプロンプトにあるXXXXX部分
XXXXXX-no-MacBook-Pro:htdocs XXXXX$