Authentication-Results: mail-b.sr.ht; dkim=none Received: from mout-p-202.mailbox.org (mout-p-202.mailbox.org [80.241.56.172]) by mail-b.sr.ht (Postfix) with ESMTPS id 13CC811EF1B for <~sircmpwn/sr.ht-discuss@lists.sr.ht>; Sun, 7 Mar 2021 21:03:56 +0000 (UTC) Received: from smtp1.mailbox.org (smtp1.mailbox.org [IPv6:2001:67c:2050:105:465:1:1:0]) (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-202.mailbox.org (Postfix) with ESMTPS id 4Dtv8q0JMzzQjn7; Sun, 7 Mar 2021 22:03:55 +0100 (CET) X-Virus-Scanned: amavisd-new at heinlein-support.de Received: from smtp1.mailbox.org ([80.241.60.240]) by gerste.heinlein-support.de (gerste.heinlein-support.de [91.198.250.173]) (amavisd-new, port 10030) with ESMTP id 0NoLwVehxmK7; Sun, 7 Mar 2021 22:03:51 +0100 (CET) Message-ID: Date: Mon, 8 Mar 2021 10:03:45 +1300 MIME-Version: 1.0 Subject: Re: [pages] Behaviour of Links Content-Language: en-US To: Drew DeVault , ~sircmpwn/sr.ht-discuss@lists.sr.ht References: <20210307092859.epjy2rpc6svzblxa@arch> From: "Webmaster At Solarpunk.Cool" In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-MBO-SPAM-Probability: X-Rspamd-Score: -4.85 / 15.00 / 15.00 X-Rspamd-Queue-Id: B6AF08A6 X-Rspamd-UID: be6b71 > Yeah, the issue isn't pages, it's your markup. Your HTML needs to be > fixed. I may not be the best at this, but could you see where my markup needs to be fixed? According to the w3c validator, there is no issue in the markup of the example page. link: https://validator.w3.org/nu/?doc=https%3A%2F%2Fsolarpunk.cool%2Fexample As Ben Burwell pointed out, If I set the address to be https://solarpunk.cool/example/ , the page loads as expected. I tried setting the relative links for the boombox image as both 'boombox.svg' and './boombox.svg', but neither worked for me.  Is there a meta tag or some other setting I am missing?  Is it possible to have https://solarpunk.cool/example automatically redirect to https://solarpunk.cool/example/ ? On 3/8/21 9:56 AM, Drew DeVault wrote: > Yeah, the issue isn't pages, it's your markup. Your HTML needs to be > fixed.