Kunena 7.0.8 Released

The Kunena team has announce the arrival of Kunena 7.0.8 [K 7.0.8] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.x./6.1.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

Question Error 404 when login

More
15 years 2 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.219 seconds