Forum link redirects to incorrect URL

Forum link redirects to incorrect URL

in Forum and Website Bugs

Posted by: Hurrakan.4259

Hurrakan.4259

My browser language preference is set to “Engish/UK (en-gb)” as my first choice and “English (en)” as my second choice.

When I click on the “forums” link at the top of the guildwars2.com website, it tries to redirect me to “forum-en-gb.guildwars2.com” and I get this error page:

Page not found
Host
forum-en-gb.guildwars2.com
URL
/
Remote Address
*******
TacoProxy/302.4060203 Instance/2.423451775

I can only access the forum by typing the correct URL in manually: forum-en.guildwars2.com

Forum link redirects to incorrect URL

in Forum and Website Bugs

Posted by: Rouven.7409

Rouven.7409

I have the same thing happening – but only in chrome Version 35.0.1916.153 m

Regular explorer works fine.

“Whose Kitten is this?” – “It’s a Charr baby.”
“Whose Charr is this?”- “Ted’s.”
“Who’s Ted?”- “Ted’s dead, baby. Ted’s dead.”

Forum link redirects to incorrect URL

in Forum and Website Bugs

Posted by: Ok I Did It.2854

Ok I Did It.2854

Same problem,

On Internet Explorer from the main page the redirect link to the forums comes up as

http://forum.guildwars2.com/ which returns the 404 error,

When i use Chrome it redirects correctly to

http://forum-en.guildwars2.com/forum

I thought it was maybe a browser hijack or something, but did a full system scan, and had 2 friends check also with the same problems via IE.

Forum link redirects to incorrect URL

in Forum and Website Bugs

Posted by: Flaming.4250

Flaming.4250

I am also having this problem with Firefox but not with safari on my ipad.

Forum link redirects to incorrect URL

in Forum and Website Bugs

Posted by: crazy.9083

crazy.9083

Same here, but having the issue with Chrome.

Forum link redirects to incorrect URL

in Forum and Website Bugs

Posted by: darkfiremew.5937

darkfiremew.5937

Same message, I had to go through the submit ticket→ forum way. I thought that maybe my IP was banned for some reason(it isn’t). This message (from the OP) keep popping up ever since the Ready Up stream. I initially dismissed it as an overflow of users trying to sign up for the Tournament of Legends. But now, I’m not so sure anymore.

Forum link redirects to incorrect URL

in Forum and Website Bugs

Posted by: Rouven.7409

Rouven.7409

Funny enough I do not have the same issue with chrome at work – same version as mentioned above.

“Whose Kitten is this?” – “It’s a Charr baby.”
“Whose Charr is this?”- “Ted’s.”
“Who’s Ted?”- “Ted’s dead, baby. Ted’s dead.”

Forum link redirects to incorrect URL

in Forum and Website Bugs

Posted by: Jordiboy.2301

Jordiboy.2301

same problem using firefox

Nadroj Lionheart
Human Female Guardian
Officer of Excessum [Exss]

Forum link redirects to incorrect URL

in Forum and Website Bugs

Posted by: MarkoM.1405

MarkoM.1405

Same problem here. Chrome. It helps with saved up url of forum but its annoying.

Forum link redirects to incorrect URL

in Forum and Website Bugs

Posted by: Thosha.1974

Thosha.1974

The problems seems to be with how the server redirects you to the right language, and the language settings of your browser.

I have English (UK) in my accepted language list, and get redirected to the incorrect forum-en-gb.* However when I remove said British language as accepted language, it correctly redirects me to forum-en.*

For the coders: kinda sounds like they directly put the

$_SERVER[HTTP_ACCEPT_LANGUAGE]
variable right into the url, rather than just the string ‘en’.

Forum link redirects to incorrect URL

in Forum and Website Bugs

Posted by: Hurrakan.4259

Hurrakan.4259

Whoever is in responsible for the website has really messed up with this.

It’s great that they automatically send the user to their desired language forum by detecting the browser’s language priority…. However, it makes no sense to send the user to an URL that does not actually exist.

You can get around the error by setting “English (en)” as the first language in your browser settings – but we shouldn’t need to do that! I shouldn’t be sent to a non-existant URL just because I’ve told my browser that I prefer a certain language.

It seems like they are directly using the preferred language shortcode in the redirect – that could be a cross-site scripting vulnerability.

What they should do is something like (in PHP):

if ($lang == “en” || $lang == “en-gb”) header(‘Location: forum-en.guildwars2.com’, 301);

Forum link redirects to incorrect URL

in Forum and Website Bugs

Posted by: SolidCypher.8214

SolidCypher.8214

Same here, only a recent thing. Fairly annoying – as already mentioned it seems to take the first locale in the accepted languages list and blindly insert that into the URL despite the fact that en-GB should actually be covered by en.

See below.


Remote Address: 64.25.47.16:80
Request URL: http://forum.guildwars2.com/
Request Method: GET
Status Code: 307 Temporary Redirect
———
Request Headers
Accept-Language: en-GB,en;q=0.8,en-US;q=0.6
Host: forum.guildwars2.com
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.114 Safari/537.36
———
Response Headers
Content-Length: 0
Content-Type: text/html; charset=utf-8
Location: https://forum-en-gb.guildwars2.com

Forum link redirects to incorrect URL

in Forum and Website Bugs

Posted by: Syde.8213

Syde.8213

same from ITALY
the browser chorme replace forum.guildwars2.com with forum-it.guildwars2.com and it come out with this error

Page not found

Host
forum-it.guildwars2.com
URL
/
Remote Address
217.133.47.42:53512
TacoProxy/302.4060203 Instance/2.42345177

WORDKAROUND:
i replace the IT with EN
forum-en.guildwars2.com

Forum link redirects to incorrect URL

in Forum and Website Bugs

Posted by: TPMN.1483

TPMN.1483

Similar issue here – very annoying. (Redirects to the GB) forum – this needs the internal redirects (ANET side) fixed to allow this to work properly.

[MYTH] The Mythical Dragons -PvX http://mythdragons.enjin.com

Forum link redirects to incorrect URL

in Forum and Website Bugs

Posted by: crazy.9083

crazy.9083

This has been broken for over a week and no response. I guess they don’t give a kitten about their forums, it’s not like it’s hard to fix.

Forum link redirects to incorrect URL

in Forum and Website Bugs

Posted by: OmaiGodman.2098

OmaiGodman.2098

Today it worked again for me, but then after I logged in, it redirected me to the download page. Then I had to click the Forums link again, and press Sign In, and after that I was signed in.

edit: nevermind, if I sign in on the main page and then try to open the forums, the link is still broken.

Any plan that involves dead quaggans is, by design, foolproof. I’m an unmitigated genius!

(edited by OmaiGodman.2098)

Forum link redirects to incorrect URL

in Forum and Website Bugs

Posted by: Oenanthe.6549

Oenanthe.6549

Same problem with IE8. If I search for Guild Wars 2 Forum and click the direct link it doesn’t work, but if I use the WvW forum link it does.

Also find that the forum link at the top of the main page doesn’t work either.

Forum link redirects to incorrect URL

in Forum and Website Bugs

Posted by: Flaming.4250

Flaming.4250

The link seems to be working fine now.

Forum link redirects to incorrect URL

in Forum and Website Bugs

Posted by: Hurrakan.4259

Hurrakan.4259

Yeah, seems to be working now.