X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=conf%2Fexodus.py;h=3b85532174de643e051912d52152e9904fd1ecf3;hb=8308210090225f35709688b59523eedf652e6281;hp=c013e6e0eceae81ddd03a9ac79b280464ffa5b04;hpb=ad143565d486e3bd13aa5c0b9fc00c8507b465e3;p=matthijs%2Fprojects%2Fwipi.git diff --git a/conf/exodus.py b/conf/exodus.py index c013e6e..3b85532 100644 --- a/conf/exodus.py +++ b/conf/exodus.py @@ -36,3 +36,9 @@ class Config(FarmConfig): editor_default = 'text' # internal default, just for completeness theme_default = 'exodus' + + # All urls that would be generated below /wipi/Site can be pointed to + # /Site instead, since lighttpd maps /Site to the wipi as well. + url_mappings = {'/wipi/Site' : '/Site'} + +# vim: set ts=8 sts=4 sw=4 expandtab: