-1

我在 WHM 下打开了一个用户名,并且 index.php 出现在 243.51.31.41/~Myusername/ 下,我怎样才能让文件只出现在 243.51.31.41 上?

4

1 回答 1

0

把它放在你的 httpd.conf

<VirtualHost 243.51.31.41:80>

DocumentRoot /home/Myusername/

</VirtualHost>
于 2013-07-27T04:09:33.527 回答