вот так выглядит мой .htaccess
AddDefaultCharset UTF-8
#Options +FollowSymLinks
Options -Indexes
RewriteEngine on
# RewriteCond %{HTTP_HOST} ^
Для просмотра ссылки Войди или Зарегистрируйся [NC]
# RewriteRule ^(.*)$
Для просмотра ссылки Войди или Зарегистрируйся [L,R=301]
RewriteCond $1 !^(index\.php|test.php|user_guide|uploads/.*|favicon\.ico|favicon\.png|captcha/.*|application/modules/.*/templates|templates|js|robots\.txt|application/controllers/install/images/.*)
RewriteRule ^(.*)$ /index.php/$1 [L]
####################################
# or
# RewriteRule ^(.+)$ index.php?$1 [L]
# or
# RewriteRule ^(.*)$ /index.php?/$1 [L,QSA]
что именно нужно тут временно удалить ?