0

这是一件很奇怪的事情。我将我的网站复制到子域。在主域上工作正常,但在子域上只是代码加载(我可以检查View Source),但页面没有显示。

Chrome 或 Firefox 中没有错误消息...

这是 .htaccess 文件:

RewriteEngine On

RewriteBase /
RewriteRule (.*)tiny_mce_popup\.js$ /d_text.cgi?act=tiny_mce_popup.js [L]
RewriteRule (.*)sitemap\.xml$ /d_text.cgi?act=sitemap.xml [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule (.*) /index.cgi?act=select&htmlfile=$1 [QSA]

有人遇到这个问题吗?

4

2 回答 2

0

您应该替换代码

RewriteBase /

RewriteBase /SUB-DOMAIN-FOLDER-NAME/
于 2013-02-26T14:23:50.087 回答
0

需要删除 Google Analytics 跟踪代码。

于 2013-02-26T14:21:11.473 回答