RSS Feed/News sitemap xmls visible when generation disabled

Status
Not open for further replies.

ENXF NET

Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
Joined
Nov 13, 2018
Messages
20,425
Points
823

Reputation:

I disabled to generate sitemaps in admin.php?options/groups/sitemap/

However yesterday I transferred 3GB of sitemaps all in the format /sitemap-235.xml, /sitemap-256.xml, /sitemap-888.xml ...
Bash:

Code:
# awk -F'\t' '$3 ~ /03\/May\/2024/ {split($4, a, " "); if (a[2] ~ /\/sitemap/) sum += $6} END {print sum / 1073741824 " GB"}' log.log
2.82386 GB

My issue is also not that it is possible to see the sitemap (I disabled the generation, not the view) but that there are hundreds of -xxx sitemaps...

Read more

Continue reading...
 
Status
Not open for further replies.
Top