2012-03-02 75 views
0

我在我的服务器的根目录中安装了wordpress。当捆绑的.htaccess文件位于根子域中时,会话停止工作。以下是.htaccess的内容。为什么wordpress .htacces会杀死所有子域会话

# BEGIN WordPress 
    <IfModule mod_rewrite.c> 
    RewriteEngine On 
    RewriteBase/
    RewriteRule ^index\.php$ - [L] 
    RewriteCond %{REQUEST_FILENAME} !-f 
    RewriteCond %{REQUEST_FILENAME} !-d 
    RewriteRule . /index.php [L] 
    </IfModule> 
    # END WordPress 

抱歉.htaccess对我来说都是希腊语。为什么会中断会议,如何解决?

回答

0

解决方案是设置RewriteEngine Off受影响的子域