Authentication-Results: mail-b.sr.ht; dkim=none Received: from mout-p-102.mailbox.org (mout-p-102.mailbox.org [80.241.56.152]) by mail-b.sr.ht (Postfix) with ESMTPS id 435B011EF54 for <~sircmpwn/sr.ht-discuss@lists.sr.ht>; Sun, 7 Mar 2021 04:30:51 +0000 (UTC) Received: from smtp1.mailbox.org (smtp1.mailbox.org [80.241.60.240]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-102.mailbox.org (Postfix) with ESMTPS id 4DtT6x6mblzQjxN; Sun, 7 Mar 2021 05:30:49 +0100 (CET) X-Virus-Scanned: amavisd-new at heinlein-support.de Received: from smtp1.mailbox.org ([80.241.60.240]) by spamfilter06.heinlein-hosting.de (spamfilter06.heinlein-hosting.de [80.241.56.125]) (amavisd-new, port 10030) with ESMTP id YFbfNutrrvH3; Sun, 7 Mar 2021 05:30:45 +0100 (CET) Message-ID: Date: Sun, 7 Mar 2021 17:30:39 +1300 MIME-Version: 1.0 To: ~sircmpwn/sr.ht-discuss@lists.sr.ht Cc: Drew DeVault Reply-To: webmaster@coolguy.website Content-Language: en-US From: Zach! Subject: Re: [pages] Behaviour of Links Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-MBO-SPAM-Probability: X-Rspamd-Score: -9.46 / 15.00 / 15.00 X-Rspamd-Queue-Id: 8FFF78C9 X-Rspamd-UID: 227bc8 > Can you be more specific about which pages demonstrate the problem? Sure! I made an example page to show the issue, and tested it on firefox, chrome, and safari. It is the same behaviour across the board. check out: https://solarpunk.cool/example And to audit the code: https://git.sr.ht/~zim/solarpunk.cool/tree/canon/item/example As the page shows, relative links (whether for navigation, external stylesheets, or images) do not work as expected. Only absolute paths work. Also, links that open in a new tab do not work. The relative paths and links work when viewing the page locally. I also uploaded this folder to another site(hosted by nearlyfreespeech.net), and the relative paths work as expected there too: https://coolguy.website/example It seems to be an issue with the srht.site page, but am not sure what it could be. Thank you!