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

Question Google Errors ending is /list/html

More
9 years 6 months ago #180966 by dianaNashif
Not sure where exactly to put the Rewrite in the htaccess file... in for is for wordpress can you suggest please?

Do I add the whole code mentioned in the article?

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule (.+)\.html?$ www.standupgirl.com/$1/ [R=301,L]
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

Here is my htaccess file:

This message contains confidential information

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

More
9 years 6 months ago #180968 by 810
try just:
Code:
RewriteRule (.+)\.html?$ www.standupgirl.com/$1/ [R=301,L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d

after RewriteRule .* index.php [F]

else ask your hoster todo it.

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

More
9 years 6 months ago #181043 by 810
@Diana I have made a mistake, you should crawl the start parameter. So change the setting to crawl every start url

because this is the next pages.

Also I have fixed the startlimit issue, I think.
github.com/Kunena/Kunena-Forum/pull/4876

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

More
9 years 5 months ago - 9 years 5 months ago #181565 by dianaNashif
Hi 810,

Errors were down to 0 till today with 22,000+ 404 errors. The errors are from urls looking like this:

www.standupgirl.com/home/standup/public_...it-out/5541-what-if/

Any suggestions to fix?

Thank you,

Diana
Last edit: 9 years 5 months ago by dianaNashif. Reason: spelling error

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

More
9 years 5 months ago #181610 by 810
this is more a security issue, ask your hoster to redirect the links with the real path before it.

must be done on the htaccess file.

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

More
9 years 5 months ago #181617 by dianaNashif
Thank you.......will do!

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

Time to create page: 0.251 seconds