It correctly generates files with php suffix, but I no longer get pretty urls eg localhost:1313/docs/first/index.php rather than localhost:1313/docs/first/
If i remove the config for custom outputs it works as expected. I have tried setting the basename in the config but it doesn’t do anything. Is there a way i can get pretty url’s generated?
hi yes i have tried creating a new media type and assigning it the html same result.
I think the reason maybe in “resources/page/page_paths.go”, func isHtmlIndex is hardcoded to check against the string ‘index.html’. I am not very familar with the hugo code so maybe completely wrong.