我在/etc/apache2/sites-enabled编辑了我的apache vhost文件来添加以下内容:
<VirtualHost *:80> ServerName www.mysite.cn ServerAlias mysite.cn *.mysite.cn DocumentRoot /home/user/static/mysite/cn </VirtualHost>
它仍然指向服务器上的默认网站,当我浏览到mysite.cn但是当我沿着ww3.mysite.cn的行input任何东西指向新的正确的文档根任何线索的问题可能是什么,因为我丢失。
错误的页面被caching在某处; 取决于某处尝试这些东西:
出于明显的性能原因,Web浏览器和Apache服务器都非常致力于caching事物。