====== Apacheの設定 ====== - バーチャルホストの設定ファイルを作成する。 $ vi ~/fuelapp/vhosts_fuelapp.conf DocumentRoot "/Users/tomoyan/fuelapp/public" ServerName fuelapp.localhost Order Allow,Deny Allow from All Options All AllowOverride All DirectoryIndex index.php index.html - Apache の設定ファイルに Include 定義を追加する。 $ vi httpd.conf Include /Users/tomoyan/fuelapp/vhosts_fuelapp.conf - hosts ファイルに設定を追加する。 $ vi /etc/hosts 127.0.0.1 fuelapp.localhost - Apache をリロードし http://fuelapp.localhost/ にアクセスして動作を確認する。\\ {{:php:fuelapp_001.png?640|}}