Arne
Forum Replies Created
-
Forum: Plugins
In reply to: [XML Sitemap Generator for Google] 4.0.1 is broken in FPM/FastCGI servers tooWhat do you mean the IIS is broken? Can you specify that? Thanks!
Forum: Plugins
In reply to: [XML Sitemap Generator for Google] Problem after updateThat content is alright, the sitemap is now split into sub-sitemaps by post type and date. Google will get notified, as soon as you edit or publish a post.
Nope, no problems. Index page and sub-sitemaps look fine!
Forum: Plugins
In reply to: [XML Sitemap Generator for Google] General HTTP error: 404 not found@bookworm316: Please see here: http://wordpress.org/support/topic/404-file-not-found-see-here
Forum: Plugins
In reply to: [XML Sitemap Generator for Google] 4.0 is broken in FPM/FastCGI serversjepp, at the moment I can’t really say why it is not working with the WP rewrite system by default…
I only can say that with the following rule, everything seemed to work during my tests:
location /testblog/ { try_files $uri $uri/ /testblog/index.php?$args; }That is also the line from the WordPress example of the Nginx Documentation about try_files.
Forum: Plugins
In reply to: [XML Sitemap Generator for Google] Problem after updateCheck this list: http://wordpress.org/support/topic/404-file-not-found-see-here
Does it work afterwards?
Forum: Plugins
In reply to: [XML Sitemap Generator for Google] General HTTP error: 404 not foundThe problem with the robots.txt is interesting, since this rule does not come from the sitemaps plugin. It is generated by WordPress, the sitemaps plugin just jumps in to add more content. So also some of the original WP rules are also not working…
Forum: Plugins
In reply to: [XML Sitemap Generator for Google] Yahoo API Key QuestionHi Robin,
ah, I need to update that page. Since Yahoo is now powered by Bing, they don’t have their own ping / webmaster API anymore.
Sorry for the trouble!
It will just take a little bit time. Your sitemap looks fine so check again in a few hours 🙂
Forum: Plugins
In reply to: [XML Sitemap Generator for Google] 4.0 is broken in FPM/FastCGI serversI just tried only
location /testblog/ { try_files $uri $uri/ /testblog/index.php?$args; }without any specific sitemap rules and that also worked.
Forum: Plugins
In reply to: [XML Sitemap Generator for Google] 4.0 is broken in FPM/FastCGI serversSo it is working? Is it different if you just put it into the first location block? Thanks!!
Update is online (4.0.1), please try!
Forum: Plugins
In reply to: [XML Sitemap Generator for Google] General HTTP error: 404 not found@producerspot: I’ve just fixed the problem. Re-download version 4.0.1 from here:
http://downloads.wordpress.org/plugin/google-sitemap-generator.4.0.1.zipThat should work even with the 404 plugin. Thanks!
Forum: Plugins
In reply to: [XML Sitemap Generator for Google] General HTTP error: 404 not found@toolsqa: write me an email, insert the @ and the . then you have the address. For anti-spam reasons, I don’t write my full address here.
Forum: Plugins
In reply to: [XML Sitemap Generator for Google] General HTTP error: 404 not foundHi Gwyneth Llewelyn,
Thanks for your analyzes! Indeed I don’t have too much experience with nginx. Can you also check this topic?
http://wordpress.org/support/topic/40-is-broken-in-fpmfastcgi-servers?replies=6
That is also nginx related (maybe you can post your nginx rewrite config there). Thanks!