Kunena 7.0.5 & Kunena 6.4.11 – Security Updates Released

The Kunena team has announce the arrival of Kunena 7.0.5 [K 7.0.5] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 / K 6.4 and issues discovered during the last development stages of K 7.0.

The Kunena team is also pleased to announce the eleventh version of Kunena 6.4, a native Joomla extension for Joomla! 5.0, 5.1, 5.2, 5.3, 5.4 and 6.0.

Question Error 404 when login

More
14 years 10 months ago #100170 by gora333
Replied by gora333 on topic Re: Error 404 when login
Hi,

I finally solved this problem!

The problem was in apache and mode_rewrite on my server. When I turned it off, everything was working. But I also added the code (below) to .htacces, and everything works fine even with mode_rewrite is on:

The code was added after "RewriteEngine On" :

RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /forum/index.php [L]

Regards!

Please Log in or Create an account to join the conversation.

Time to create page: 0.224 seconds