On Wed, Oct 11, 2017 at 6:31 AM, Ori Bernstein <o...@eigenstate.org> wrote: > My website generator is a little stupid at times. It generates > files with .html suffixes, but urls without them. > > I worked around this with some redirects, but it never felt > quite right doing an extra round trip. Therefore, I added > internal redirects, processing the rewrite before responding to > an http request.
Maybe I don't fully understand the problem, but is it not better to fix your broken website generator than to add more code to httpd?