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.
在这个问题上绞尽脑汁,这可能是我缺少的一些简单的东西。我有一个客户的 Wordpress 网站。最初,她使用 IPage 使用的所见即所得系统设置了一些页面。移动网站将默认使用她的旧页面,而常规网站工作正常。我删除了她最初创建的网站的 index.html……你可以猜到我最终得到了什么。404.有什么想法吗?
嗯,我想通了。在 .htaccess 文件中,Weebly(这是她用于原始设计的拖放系统)包含一个将移动用户重定向到 index.html 的代码片段。一旦我删除了那个片段,一切都很好。
谢谢!