# sudo cat /etc/httpd/conf.d/hoge.conf <VirtualHost *:80> DocumentRoot /var/www/html/tv DirectoryIndex index.html index.php ServerName www.hoge ServerAlias on-tv.fun CustomLog logs/hoge-access.log common ErrorLog logs/hoge-error.log AddDefaultCharset UTF-8 <Directory "/var/www/html/tv/"> AllowOverride All </Directory> </VirtualHost>
# /etc/init.d/httpd graceful
Not reflected unless restart.
Also modify google developer console.