0

我正在使用 Osclass 3.2.1,但是当我访问我的网站时,它会将我带到此页面 http://housetostay.co.za/user/register但它应该将我带到此 http://housetostay.co.za。我一直在尝试修复它并在谷歌上寻找答案,但我得到的一切都对我不起作用。请任何帮助将不胜感激这是我的 .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>
4

1 回答 1

0

我得到了答案,问题是注册用户唯一的插件,当我禁用它时,一切都恢复正常了

于 2013-10-18T06:36:52.250 回答