我需要在webaingiver.com上显示givemeabagofmoney.com的HTML网页内容。
givemeabagofmoney.com上的DNS在我的服务器上设置为虚拟主机(详情如下)。我可以在givemeabagofmoney.com上发布内容,没有任何问题。
Bargaingiver DNS:NS设置为Cloudflare。在Cloudflare中,我将A记录设置为givemeabagofmoney.com的IP,即173.240.15.24
我错过了什么?
ServerName givemeabagofmoney.com
ServerAlias www.givemeabagofmoney.com
ServerAdmin webmaster@localhost
DocumentRoot /var/www/html/givemeabagofmoney.com/public_html
ErrorLog /var/log/httpd/givemeabagofmoney.com-error.log
CustomLog /var/log/httpd/givemeabagofmoney.com-access.log combined
<Directory "/var/www/html/givemeabagofmoney.com/public_html">
AllowOverride All
</Directory>