Using all default settings, I created a user and of course put the main domian there and then created subdomain. All I get is the default Cent OS page.I tried logging in via FTP and changing that but it doesnt change.
What info do you need? or anyone else had this issue?
# vhost_start flagusa.mychm.co
<VirtualHost 54.197.14.194:80>
ServerName flagusa.mychm.co
ServerAlias
www.flagusa.mychm.coServerAdmin steven@chalamministries.com
DocumentRoot "/home/chalam/public_html/flagusa"
ScriptAlias /cgi-bin/ /home/chalam/public_html/flagusa/cgi-bin/
#
# Custom settings are loaded below this line (if any exist)
# Include "/usr/local/apache/conf/userdata/chalam/flagusa.mychm.co/*.conf
<IfModule mod_suexec.c>
SuexecUserGroup chalam chalam
</IfModule>
<IfModule mod_suphp.c>
suPHP_UserGroup chalam chalam
</IfModule>
<Directory "/home/chalam/public_html/flagusa">
AllowOverride All
</Directory>
</VirtualHost>
# vhost_end flagusa.mychm.co