Comment
Hi, I have an HTML file hosted on Codeberg Pages at this URL:
https://mshibanami.codeberg.page/jisk/invidious.html
My question is: if I omit the .html extension, as shown below, should this still be a valid permalink?
https://mshibanami.codeberg.page/jisk/invidious
Currently, the server returns a 307 Temporary Redirect and redirects back to the original URL with the .html extension. Based on issue #177, it appears Codeberg Pages supported omitting the .html extension about 4 years ago. Is this understanding correct? Has this feature been deprecated?
Could this difference be due to issue #177 referencing https://pages.codeberg.org/ rather than https://username.codeberg.page/? Is there a possibility that username.codeberg.page could support this behavior in the future?
Background
I also host the same HTML page on GitHub Pages at: https://mshibanami.github.io/jisk/invidious
On GitHub Pages, the URL without the .html extension works as expected, but Codeberg Pages does not allow this.