Home
The Toolkit for Online Communities
15939 Community Members, 0 members online, 2436 visitors today
Log In Register

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

OpenACS Home : Forums : OpenACS Q&A : Re: Static Page Templating with .html extension : One Message

+
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.

+
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?