Forum OpenACS Q&A: Re: Static Page Templating with .html extension

Collapse
Posted by Jade Rubick on
James, you could make a .vuh file that checks if the request is for an .html file, and then redirects to the file without the .html extention.

I think that would work.

Collapse
Posted by James Thornton on
I'm trying to trace through the templating and request processor code to find the place where templating is ignored when a file with an extension is specified.

Does anyone know where this is?