2013-10-17 22 views
0

我使用Osclass 3.2.1,但是當我訪問我的網站需要我這個頁面 http://housetostay.co.za/user/register但它應該把我這個 http://housetostay.co.za。我一直在試圖解決它和Google的答案,但我得到的所有東西都不適合我。請任何幫助將不勝感激 這裏是我的.htaccessOsclass 3.2.1指導我不要索引頁

<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> 

回答

0

我這個問題是註冊用戶,只有當我關閉這一切又回到了正常

插件答案