Hi folks,
I’m using RT 4.4.4 and I’ve been trying to use StaticRoots, like this:
Set( @StaticRoots,
{
path => qr{^/stuff/},
root => ‘/usr/share/stuff’,
},
);
but it seems to have no effect. Pointing the browser to anything under /stuff just causes RT to return “The page you requested could not be found”. Is there anything else I need to do, besides just restarting apache?