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.
当您访问域时:http ://www.luftwaffe-experten.org/ - 下载了一个脚本,但为什么会出现这种情况?它应该加载一个论坛 (/forums/) 但实际上从未打开/加载 - 为什么会发生这种情况?
我已经通过 cpanels WHM 帐户转移过程复制了整个站点,但它无法加载 - 我在服务器上运行的 PHP 是否与 IPB 3.4.6 不兼容?
仅供参考-
问题是由于 .htaccess 文件造成的。
旧服务器是 Php 4.x,新服务器是 5.X - 所以我不得不注释掉这一行:AddHandler application/x-httpd-php5s .php
AddHandler application/x-httpd-php5s .php
论坛现在完美加载:)