这是一件很奇怪的事情。我将我的网站复制到子域。在主域上工作正常,但在子域上只是代码加载(我可以检查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]
有人遇到这个问题吗?