Kunena 6.2.5 & module Kunena Latest 6.0.7 released

The Kunena team has announce the arrival of Kunena 6.2.5 [K 6.2.5] which is now available for download as a native Joomla extension for J! 4.3.x/4.4.x/5.0.x. This version addresses most of the issues that were discovered in K 6.1 / K 6.2 and issues discovered during the last development stages of K 6.2

If you are having problems then, for your own benefit, it would save us all a lot of time if you would kindly post your configuration report when you ask for help from this forum. If you do not post your configuration report we will not ask you for it but you will probably not get your problem solved, either.

Question Kunena on subdomain?

More
8 years 10 months ago #1 by romagromov
Hi!
I have installed kunena on my site.
Urls looks like: www.site.com/forum/
How I can move kunena on subdomain?
I need urls looks like: forum.site.com
Thanks.

Download Free Software for Windows absolutly free.

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

More
8 years 10 months ago #2 by coder4life
Replied by coder4life on topic Kunena on subdomain?
This is going to require a custom .htaccess Apache Rewrite Rule.
Code:
RewriteRule ^(forum/.*)$ http://forum.example.com/$1 [R=301,L,NC]

Note this has potential to break if you change the route ever. This file can also be overwritten by accident. Also Kunena is not guaranteed to work with these types of modifications.

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

Time to create page: 0.488 seconds