• Home
  • Get help
  • Ask a question
Last post 10 hours 42 min ago
Posts last week 89
Average response time last week 30 min
All time posts 67619
All time tickets 10453
All time avg. posts per day 21

Helpdesk is open from Monday through Friday CET

Please create an (free) account to post any question in the support area.
Please check the development versions area. Look at the changelog, maybe your specific problem has been resolved already!
All tickets are private and they cannot be viewed by anyone. We have made public only a few tickets that we found helpful, after removing private information from them.

#8653 – Sitemap generation

Posted in ‘4SEO’
This is a public ticket. Everybody will be able to see its contents. Do not include usernames, passwords or any other sensitive information.
Wednesday, 06 April 2022 11:58 UTC
galamarco

Hello,
I am writing to report that the sitemap generation is never completed on the site xxxx.it

Here sitemap URL with 404 error: https://www.xxxx.it/sitemap-4seo.xml

The .htaccess is active and Akeeba has never been installed to me.

Here the htaccess content to check if there are some problem:

#

# @package    Joomla

# @copyright  Copyright (C) 2005 - 2016 Open Source Matters. All rights reserved.

# @license    GNU General Public License version 2 or later; see LICENSE.txt

##

 

##

# READ THIS COMPLETELY IF YOU CHOOSE TO USE THIS FILE!

#

# The line 'Options +FollowSymLinks' may cause problems with some server configurations.

# It is required for the use of mod_rewrite, but it may have already been set by your 

# server administrator in a way that disallows changing it in this .htaccess file.

# If using it causes your site to produce an error, comment it out (add # to the 

# beginning of the line), reload your site in your browser and test your sef urls. If 

# they work, then it has been set by your server administrator and you do not need to 

# set it here.

##

 

## No directory listings

IndexIgnore *

 

## Can be commented out if causes errors, see notes above.

Options +FollowSymlinks

Options -Indexes

 

## Suppress mime type detection in browsers for unknown types

 

Header always set X-Content-Type-Options "nosniff"

 

 

## Mod_rewrite in use.

 

RewriteEngine On

 

## Begin - Rewrite rules to block out some common exploits.

# If you experience problems on your site then comment out the operations listed 

# below by adding a # to the beginning of the line.

# This attempts to block the most common type of exploit `attempts` on Joomla!

#

# Block any script trying to base64_encode data within the URL.

# Block any script that includes a

Wednesday, 06 April 2022 12:06 UTC
wb_weeblr

Hi

Yep, this is the old, incorrect Joomla .htaccess version. This is the faulty line:

RewriteCond %{REQUEST_URI} /component/|(/[^.]*|\.(php|html?|feed|pdf|vcf|raw))$ [NC]

Just remove it.

Best regards

Yannick Gaultier

weeblr.com / @weeblr

 

 
Wednesday, 06 April 2022 12:29 UTC
galamarco

Thanks, now is working well.

Screenshot: https://prnt.sc/fhoM8FCwdzOS

Wednesday, 06 April 2022 13:11 UTC
wb_weeblr

Hi

Glad to hear that! Closing this ticket now, feel free to open a new one as needed. If you do so, please mention this ticket number in the new one.

Best regards

Yannick Gaultier

weeblr.com / @weeblr

 

 

 
This ticket is closed, therefore read-only. You can no longer reply to it. If you need to provide more information, please open a new ticket and mention this ticket's number.