Redot-Engine / redot-landing-page

Redot Engine is an ambitious, community-driven fork of the Godot Engine, aiming to expand upon its capabilities for 2D and 3D game development
https://www.redotengine.org
MIT License
19 stars 5 forks source link

Redirect is not working properly #223

Open axisd opened 2 hours ago

axisd commented 2 hours ago

Issue description: after clicking on the link inside the engine opens webpage https://docs.redotengine.org/en/4.3/blah-blah.html, which is then redirected https://docs-4.3.redotengine.org/blah-blah.html that has DNS_PROBE_FINISHED_NXDOMAIN error coz subdomain docs-4. and 3. do not exist

for example Engine's doc RichTextLabel - click on "BBCode in RichTextLabel" opens webpage https://docs.redotengine.org/en/4.3/tutorials/ui/bbcode_in_richtextlabel.html which is then redirected https://docs-4.3.redotengine.org/tutorials/ui/bbcode_in_richtextlabel.html

axisd commented 2 hours ago

I think this is a web server settings problem, but I didn't know where to write this...