In short, when I selected Create Sitemap Generator [xml-sitemaps.com – v8.2] it returned the error below. I discovered Cloudflare was blocking XML Sitemaps (software). Fix = Whitelist Server IP in Cloudflare (instructions below) Error There was an error while retrieving the URL specified: https://www.xxxxxxxxxx.xxx/ HTTP Code: HTTP/2 403 HTTP headers: date: Mon, 29 Apr 2024 […]
Backslash PHP Issue Resolved
A previously good working edit form starting adding a backslash ( \ ) before every quotation character ( “ ) after save. Before Save = src=”file.jpg” After Save = src=\”file.jpg\” I discovered the cause was located in a php.ini file (root – public_html) The cause = magic_quotes I turned [magic_quotes] OFF and it stopped adding the backslash magic_quotes_gpc […]