Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 WHM 下打开了一个用户名,并且 index.php 出现在 243.51.31.41/~Myusername/ 下,我怎样才能让文件只出现在 243.51.31.41 上?
把它放在你的 httpd.conf
<VirtualHost 243.51.31.41:80> DocumentRoot /home/Myusername/ </VirtualHost>