- Posts: 8
- Thank you received: 0
Kunena 7.0.4 Released
The Kunena team has announce the arrival of Kunena 7.0.4 [K 7.0.4] 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
Topics that are moved into this category are generally considered to be closed. Users may want to add additional information but these topics should not be resurrected in order to discuss new problems or unrelated matters.
Important Google and kuena
16 years 6 months ago #30384
by immortal
Google and kuena was created by immortal
I' ve just upgraded from fireboard to joomla.
When i search for a subject from my kuena forum in google and i click it, it shows 404 error but if i turn the seo off then there is no 404 error but it shows me my homepage instead of the relevant subject in the kuena forum.
Why does that happen? Can anyone help me?
Thank you...
When i search for a subject from my kuena forum in google and i click it, it shows 404 error but if i turn the seo off then there is no 404 error but it shows me my homepage instead of the relevant subject in the kuena forum.
Why does that happen? Can anyone help me?
Thank you...
Please Log in or Create an account to join the conversation.
16 years 6 months ago #30398
by Matias
Replied by Matias on topic Re: Google and kuena
This link may help:
docs.kunena.com/index.php/Migration_Issues
You need redirect rules from FB to Kunena.
docs.kunena.com/index.php/Migration_Issues
You need redirect rules from FB to Kunena.
Please Log in or Create an account to join the conversation.
16 years 6 months ago #30413
by immortal
Replied by immortal on topic Re:Google and kuena
Dear Matias,
Thank you for the quick response very kind of you, I read the redirect rules but couldnot clearly understood. Just to confirm what to do can you please help me for the below?
There are 2 files error.php and htaccess. I think i am going to put the error.php in the root, tight? and so what will i do with the htaccess.?
Thank you,
Thank you for the quick response very kind of you, I read the redirect rules but couldnot clearly understood. Just to confirm what to do can you please help me for the below?
There are 2 files error.php and htaccess. I think i am going to put the error.php in the root, tight? and so what will i do with the htaccess.?
Thank you,
Please Log in or Create an account to join the conversation.
16 years 6 months ago #30456
by Matias
Replied by Matias on topic Re:Google and kuena
Yes, both files are located in www root.
You add this into your real .htaccess file (htaccess.txt should be renamed/copied to .htaccess) after line: RewriteEngine On
PS. remember to replace address with your own url..
You add this into your real .htaccess file (htaccess.txt should be renamed/copied to .htaccess) after line: RewriteEngine On
Code:
RewriteCond %{REQUEST_URI} ^/index\.php$
RewriteCond %{QUERY_STRING} ^option=com_fireboard
# Replace kunena.com with your URL
RewriteRule ^(.*)$ http://www.kunena.com/error.php? [R=302,L,QSA]
PS. remember to replace address with your own url..
Please Log in or Create an account to join the conversation.
16 years 6 months ago #30459
by immortal
Replied by immortal on topic Re:Google and kuena
Thank you Matias,
How old is he? I have a 2 year old son.
Does that help me for indexin google my pages faster? Or do i need to do something more to be indexed faster?
How old is he? I have a 2 year old son.
Does that help me for indexin google my pages faster? Or do i need to do something more to be indexed faster?
Please Log in or Create an account to join the conversation.
16 years 6 months ago #30461
by Matias
Replied by Matias on topic Re:Google and kuena
Off-topic: my son is 2 years 9 months and daughter 3 months.. Google indexes when it wants.. If you have high traffic site with a lot of changes, it should be soon.
PS. try if those old urls actually work -- that code is a bit old.
PS. try if those old urls actually work -- that code is a bit old.
Please Log in or Create an account to join the conversation.
Time to create page: 0.246 seconds