【问题标题】:Osclass 3.2.1 directs me not to the index pageOsclass 3.2.1 引导我不要进入索引页面
【发布时间】:2013-10-17 18:01:10
【问题描述】:

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

【问题讨论】:

    标签: php osclass


    【解决方案1】:

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

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2020-06-04
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多