Page 1 of 1

Online documentation?

Posted: 05 Apr 2018, 21:05
by nathan323
Sorry if this has been addressed recently, the search function of the forum is buggy for me atm.

The link from the main website (https://autohotkey.com/frame.htm#https: ... Hotkey.htm) gives me a 404 error - is there a new home for online help?

Re: Online documentation?

Posted: 05 Apr 2018, 21:13
by Cuadrix

Re: Online documentation?

Posted: 06 Apr 2018, 03:20
by lexikos
The link on the main website is the one Cuadrix posted. If you are getting redirected to /frame.htm, I suggest clearing your browser cache. Likewise if you are being redirected to /docs/frame.htm (which is correct) but it is not working.

Re: Online documentation?

Posted: 06 Apr 2018, 19:15
by nathan323
Ok thanks guys, but my problem remains after clearing cache and restarting Chrome. Clicking on the link posted by Cuadrix redirects to the link I posted above, with the following error page:

404
Error 404 - File not found
Awww man... Looks like the page you're looking for doesn't exist.
Try checking the URL for errors, then hit the refresh button on your browser.

Re: Online documentation?

Posted: 06 Apr 2018, 19:55
by lexikos
I have moved the topic to Forum Issues for better visibility.

I'd still guess that it's a cache problem; maybe CloudFlare rather than your local cache.

Re: Online documentation?

Posted: 06 Apr 2018, 21:10
by nathan323
If I manually enter https://autohotkey.com/docs/frame.htm, it briefly tries to show me what the site looks like (seems like an upgrade since last time I saw it 12 months ago), with Content, Index, Search over on the left sidebar, then jumps to the same 404 page a moment later.

I presume I cant do anything about the problem if its on CloudFlares end?

Re: Online documentation?

Posted: 06 Apr 2018, 21:48
by tank
This page is explicitly not cached anymore

Re: Online documentation?

Posted: 07 Apr 2018, 03:15
by Ragnar
Looks like the path to the JavaScript file is incorrect. This could be caused by a chrome extension injecting its own JavaScript file.

Please open the online help in a new incognito window (CTRL+SHIFT+N) to see if it works. If this is the case, you can disable the extensions step by step in chrome://extensions/ to see which one is causing this. If possible, tell us the name of this extension.

Re: Online documentation?

Posted: 07 Apr 2018, 10:06
by nathan323
This worked, the extension is Fair AdBlocker v1.404. Even just whitelisting site didn't work, had to disable extension.

Thanks for your help :)