ヴァーチャルホストの設定
<VirtualHost *:80> DocumentRoot /var/www/html/hoge DirectoryIndex index.html index.php ServerName www.hoge.com ServerAlias hoge.com CustomLog logs/hoge.com-access.log common ErrorLog logs/hoge.com-error.log AddDefaultCharset UTF-8 <Directory "/var/www/html/hoge/"> AllowOverride All </Directory> </VirtualHost>