Point domain to wordpress folder in ec2 amazon centos -
i have site hosted @ http://52.68.178.242/
i have registered domain gabifrc.org aws i'm using httpd24 on crentos
i have set following configurations in /etc/httpd/conf/httpd.conf file. seems change documentroot doamin not in use. how can point doamin.
<virtualhost *:80> serveradmin webmaster@example.com documentroot /var/www/html/gabifrc servername www.gabifrc.org serveralias gabifrc.org errorlog /var/www/html/gabifrc/error.log </virtualhost>
in /etc/httpd/conf/httpd.conf uncomment namevirtualhost *:80
restart httpd
in dns create record eip of instance.
this should solve problem.
Comments
Post a Comment