From 66ca8bc58837855a95042df3392cc360c7dad207 Mon Sep 17 00:00:00 2001 From: Sascha Volkenandt Date: Thu, 31 May 2007 14:58:07 +0000 Subject: - looking up paths now with MapUrl --- tntconfig.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'tntconfig.cpp') diff --git a/tntconfig.cpp b/tntconfig.cpp index f047399..04add46 100644 --- a/tntconfig.cpp +++ b/tntconfig.cpp @@ -35,6 +35,7 @@ void TntConfig::WriteConfig() // XXX modularize file << "MapUrl ^/$ login@" << endl; + file << "MapUrl /([^/]+/.+) content@ $1" << endl; file << "MapUrl /([^.]+)(\\..+)? $1@" << endl; file << "PropertyFile " << m_propertiesPath << endl; file << "SessionTimeout 86400" << endl; -- cgit v1.2.3