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.

This is for users to help other users, to discuss topics that are related to forum administration in general or problems in running Joomla. This is not the place to ask for Joomla support. If you want assistance with Joomla please ask at forum.joomla.org

Solved Nothing happens when I click on some of the links (.htaccess file issues)

More
12 years 6 months ago #150784 by picht
If i removed the no-cache part, then i have problems with my site regarding to caching.

I don't understand what you mean by 303 ?

Making 2 rules, isn't that what is shown in the first example ?

I'm quite new to .htaccess file tweaking...

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

More
12 years 6 months ago - 12 years 6 months ago #150786 by Matias
The rule only makes redirects as non-caching, which basically is the same as using
Code:
RewriteCond %{HTTP_HOST} !^www\. RewriteRule ^(.*)$ http://www.%{HTTP_HOST}/$1 [R=303,L] RewriteRule (.*) - [E=Cache-Control:no-cache]

I added the second rule to the last line just to show how you can do it, it has nothing to do with the first question -- note that I also removed L (=load).
Last edit: 12 years 6 months ago by Matias.

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

More
12 years 6 months ago - 12 years 6 months ago #150822 by picht
OK, so i could use the 3 line you have written in a .htaccess file and that might work ?
Last edit: 12 years 6 months ago by picht.

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

Time to create page: 0.242 seconds