LoginSignup
2
2

More than 5 years have passed since last update.

MacでApache+PHPの環境を構築する。

Posted at

構築する!

基本的にこちらMacでApache+PHPの環境を構築するを参考に構築していきます。

注意点 OSX 10.10 Apache 2.4の場合

バーチャルホストの設定に注意してください。
以下のように書きましょう。

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

AllowOverride All
Options Indexes MultiViews FollowSymLinks
の順番を逆にしていてハマりました。

2
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
2