Arne
Forum Replies Created
-
I’ve found the problem, will be fixed in the next update!
Forum: Plugins
In reply to: [XML Sitemap Generator for Google] General HTTP error: 404 not foundYes, please try to remove them manually. Would it be possible that I can check the problem directly on your blog? Please email me at himself …. arnebrachhold … de
Do you see the custom post type of you go to Settings-> XML Sitemap under “Sitemap content”?
ductm, there is a new line at the beginning of the document. The theme should not be active on this page. Can you check if there is a newline in the functions.php of your theme?
Forum: Plugins
In reply to: [XML Sitemap Generator for Google] General HTTP error: 404 not foundtoolsqa, if you deactivate W3 Total Cache, does it work then (with 4.0.1)?
Forum: Plugins
In reply to: [XML Sitemap Generator for Google] 4.0 is broken in FPM/FastCGI serversahee, are you also using nginx?
Forum: Plugins
In reply to: [XML Sitemap Generator for Google] 4.0 is broken in FPM/FastCGI serversHi,
Please try to install the new 4.0.1, maybe it works already then:
http://downloads.wordpress.org/plugin/google-sitemap-generator.zip
If not:
I’ve never used nginx before, but I quickly installed it and tried if it works. There are numerous installation guides for WP & Permalinks for nginx, I just tried two:
That worked for all permalinks, including the sitemaps:
location / { try_files $uri $uri/ /index.php?$args; }If the rules are somehow added more specific, that worked:
location / { rewrite ^/sitemap(-+([a-zA-Z0-9_-]+))?\.xml$ "/index.php?xml_sitemap=params=$2" last; rewrite ^/sitemap(-+([a-zA-Z0-9_-]+))?\.xml\.gz$ "/index.php?xml_sitemap=params=$2;zip=true" last; rewrite ^/sitemap(-+([a-zA-Z0-9_-]+))?\.html$ "/index.php?xml_sitemap=params=$2;html=true" last; rewrite ^/sitemap(-+([a-zA-Z0-9_-]+))?\.html.gz$ "/index.php?xml_sitemap=params=$2;html=true;zip=true" last; }Forum: Plugins
In reply to: [XML Sitemap Generator for Google] Manual creation of sitemap missingSince the sitemap is not static anymore, there is no need to rebuild it. It is always created freshly on every request. 🙂
Forum: Plugins
In reply to: [XML Sitemap Generator for Google] General HTTP error: 404 not foundI have fixed two issues, please try to install this version:
http://downloads.wordpress.org/plugin/google-sitemap-generator.zip
Forum: Plugins
In reply to: [XML Sitemap Generator for Google] General HTTP error: 404 not foundtoolsqa, are you also using the 404 Redirection plugin?
Forum: Plugins
In reply to: [XML Sitemap Generator for Google] General HTTP error: 404 not foundCan you both check if sitemap.xml.gz instead of just sitemap.xml is working for you?
Forum: Plugins
In reply to: [XML Sitemap Generator for Google] Single File sitemapThe new version always creates sub-sitemaps to reduce the server load and allow more content. There is no option to change to a single sitemap.
Forum: Plugins
In reply to: [XML Sitemap Generator for Google] General HTTP error: 404 not foundWould it be possible that I can check the problem directly on your blog? Please email me at himself …. arnebrachhold … de
Thanks!
Forum: Plugins
In reply to: [XML Sitemap Generator for Google] General HTTP error: 404 not foundThe robots.txt is automatically generated by wordpress. It should be in your wordpress root, for example yourdomain.com/robots.txt
Forum: Plugins
In reply to: [XML Sitemap Generator for Google] General HTTP error: 404 not foundThat looks good…
If you open the sitemaps settings page (Settings -> XML Sitemap) it should show you something like this:
The URL to your sitemap index file is: ..../sitemap.xml.How does that link look like? Can you open it in your browser?