godotengine / godot-website

The code for the official Godot Engine website. A static site built using Jekyll.

Home Page:https://godotengine.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Every qa page is leading to a 404

Modnark opened this issue · comments

For example, this URL: https://godotengine.org/qa/30988/i-cant-set-custom-size-to-an-object-when-instancing-gdscript
And any other URLs relating to qa from google.

However, if I reformat it as so: https://ask.godotengine.org/30988/i-cant-set-custom-size-to-an-object-when-instancing-gdscript, it will work and lead to the page.

The weird thing is, some pages linked like this on google DO in fact work, but then others (like the example provided) do not.

I noticed this as well today, so I threw together a quick temporary redirect in JS. In case anyone is curious and/or can't be bothered to wait for a fix (probably won't be long), here's my script: https://openuserjs.org/scripts/Banderi/Godot_Forums_temp_redirect_fix

Edit: Seems like the problem is gone, indeed it was a very brief redirection issue.

It's working for me, redirects to the new domain with no problem. Perhaps a temporary cache-related issue?

It's working for me, redirects to the new domain with no problem. Perhaps a temporary cache-related issue?

Can confirm, it's no longer erroring on my end!

commented

It seems like some users were having problems when I removed the content on the /qa directory, but a little update to the .htaccess was enough to fix the issue. Sorry about that and thanks for reporting it!