Php Osclass 3.2.1指示我不要进入索引页

Php Osclass 3.2.1指示我不要进入索引页,php,osclass,Php,Osclass,我正在使用Osclass 3.2.1,但当我访问我的网站时,它会将我带到这个页面 然而,它应该把我带到这里 . 我一直在尝试修复它,并在谷歌上搜索答案,但我得到的一切都不适合我。如果您有任何帮助,我们将不胜感激 这是我的.htaccess <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f R

我正在使用Osclass 3.2.1,但当我访问我的网站时,它会将我带到这个页面 然而,它应该把我带到这里 . 我一直在尝试修复它,并在谷歌上搜索答案,但我得到的一切都不适合我。如果您有任何帮助,我们将不胜感激 这是我的.htaccess

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

重新启动发动机
重写基/
重写规则^index\.php$-[L]
重写cond%{REQUEST_FILENAME}-F
重写cond%{REQUEST_FILENAME}-D
重写规则/index.php[L]
选项-多视图

我得到了答案,当我禁用插件时,问题是只有注册用户才有插件,所有插件都恢复正常