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
- 26,889
- 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:
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...
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...