- Posts: 97
- 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
Question Google Errors ending is /list/html
- dianaNashif
-
Topic Author
- Offline
- Senior Member
-
Less
More
9 years 6 months ago #180966
by dianaNashif
Replied by dianaNashif on topic Google Errors ending is /list/html
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:
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.
9 years 6 months ago #180968
by 810
Replied by 810 on topic Google Errors ending is /list/html
try just:
after RewriteRule .* index.php [F]
else ask your hoster todo it.
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.
9 years 6 months ago #181043
by 810
Replied by 810 on topic Google Errors ending is /list/html
@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
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.
- dianaNashif
-
Topic Author
- Offline
- Senior Member
-
Less
More
- Posts: 97
- Thank you received: 0
9 years 5 months ago - 9 years 5 months ago #181565
by dianaNashif
Replied by dianaNashif on topic Google Errors ending is /list/html
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
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.
9 years 5 months ago #181610
by 810
Replied by 810 on topic Google Errors ending is /list/html
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.
must be done on the htaccess file.
Please Log in or Create an account to join the conversation.
- dianaNashif
-
Topic Author
- Offline
- Senior Member
-
Less
More
- Posts: 97
- Thank you received: 0
9 years 5 months ago #181617
by dianaNashif
Replied by dianaNashif on topic Google Errors ending is /list/html
Thank you.......will do!
Please Log in or Create an account to join the conversation.
Time to create page: 0.251 seconds