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

Popular posts from this blog

Email notification in google apps script -

c++ - Difference between pre and post decrement in recursive function argument -

javascript - IE11 incompatibility with jQuery's 'readonly'? -