January 23, 2020
On Thursday, 23 January 2020 at 06:23:14 UTC, Mike Parker wrote:

>
> I'm not getting any 404s in the network tab in Chrome's dev tools. Even on a reload. Most everything is 200, with a handful of 204s. A couple are 302 or 304, and there's one 101. Am I missing something?

Apparently so. Firefox shows me a 404 for the URL with the parameter ?relatedposts=1. Must be something in the Wordpress settings triggering the fetch. Maybe with Jetpack. I wonder why Chrome doesn't show it. I'll look into it.
January 23, 2020
On Thursday, 23 January 2020 at 06:27:31 UTC, Mike Parker wrote:

>
> Apparently so. Firefox shows me a 404 for the URL with the parameter ?relatedposts=1. Must be something in the Wordpress settings triggering the fetch. Maybe with Jetpack. I wonder why Chrome doesn't show it. I'll look into it.

So it's not happening with every post. And now I've seen that when it does happen, it also returns 404 for the URL with no parameters. I'm also seeing it in Chrome now.

The option to show related posts in Jetpack is turned off. So I have no clue why that keeps showing up for some posts and not others.
January 23, 2020
On Thursday, 23 January 2020 at 06:23:14 UTC, Mike Parker wrote:
> I'm not getting any 404s in the network tab in Chrome's dev tools.

I see it on all browsers, chrome, firefox, even curl -v.

Don't know why... I'd suggest making sure the index.php file looks normal (I've seen wordpress malware do lots of weird things before with UA sniffing to stealth googlebomb), check the .htaccess if you are on apache, maybe just a wrong setting on the rewrite rule, and otherwise maybe audit the plugins.

Or delete all that wordpress junk and make something in D :P
January 23, 2020
On Thu, Jan 23, 2020 at 03:44:10PM +0000, Adam D. Ruppe via Digitalmars-d-learn wrote: [...]
> Or delete all that wordpress junk and make something in D :P

+1. ;-)


T

-- 
The fact that anyone still uses AOL shows that even the presence of options doesn't stop some people from picking the pessimal one. - Mike Ellis
January 24, 2020
On Thursday, 23 January 2020 at 15:44:10 UTC, Adam D. Ruppe wrote:

> Or delete all that wordpress junk and make something in D :P

I intend to delete all that Wordpress junk and go completely static eventually.
January 23, 2020
On 1/22/20 7:58 PM, Adam D. Ruppe wrote:
> On Thursday, 23 January 2020 at 00:52:10 UTC, Mike Parker wrote:
>> Got any examples? No one has reported this to me before and I haven’t encountered a 404 in a while.
> 
> Almost all of them!
> 
> Hit F12 to open browser tools and notice the network tab:
> 
> https://dlang.org/blog/2020/01/08/recent-d-compiler-releases/
> https://dlang.org/blog/2020/01/04/dconf-2020-double-decker-edition/
> 
> and more. The HTML is displayed, but it has the 404 code so according to the http spec you are actually displaying it all as error pages!

HOLY NEGATIVE SEO BATMAN

curl -v shows that it is returning 404 indeed.

January 23, 2020
On 1/23/20 8:13 PM, Mike Parker wrote:
> On Thursday, 23 January 2020 at 15:44:10 UTC, Adam D. Ruppe wrote:
> 
>> Or delete all that wordpress junk and make something in D :P
> 
> I intend to delete all that Wordpress junk and go completely static eventually.

Mike, I know we're not a golang shop, but I highly recommend switching to HUGO for the blog.

January 24, 2020
On Thu, 2020-01-23 at 23:47 -0500, James Blachly via Digitalmars-d- learn wrote:
> On 1/23/20 8:13 PM, Mike Parker wrote:
> > On Thursday, 23 January 2020 at 15:44:10 UTC, Adam D. Ruppe wrote:
> > 
> > > Or delete all that wordpress junk and make something in D :P
> > 
> > I intend to delete all that Wordpress junk and go completely
> > static
> > eventually.
> 
> Mike, I know we're not a golang shop, but I highly recommend
> switching
> to HUGO for the blog.

I currently use Nikola for the ACCU Conference website, but the intention is to switch to HUGO as soon as we can – the ACCU website is switching from an ancient CMS to HUGO and the conference website switches with it..

> 
-- 
Russel.
===========================================
Dr Russel Winder      t: +44 20 7585 2200
41 Buckmaster Road    m: +44 7770 465 077
London SW11 1EN, UK   w: www.russel.org.uk



1 2
Next ›   Last »