3 Contexts (#1 static, below, #2 dummy one b/c it wouldn't let me sort with jsut two - another bug?, #3 Rails). I've disabled rewrite in my virtual host for testing.
Static context
exp:^/(login/get_online|feature/box)
location: /public/$1
Enable expires: Yes
Expires Default: M180
Enable Rewrite: No
Requsted /login/get_online
Log file shows:
2011-02-10 10:15:05.055 INFO [127.0.0.1:64963-0#ap] File not found [//ublic/login/get_online]
2011-02-10 10:15:05.675 INFO [127.0.0.1:64963-3#ap] File not found [//ublic/feature/box]
2011-02-10 10:15:06.197 INFO [127.0.0.1:64968-15#ap] File not found [//ublic/login/get_online]
Static context
exp:^/(login/get_online|feature/box)
location: /public/$1
Enable expires: Yes
Expires Default: M180
Enable Rewrite: No
Requsted /login/get_online
Log file shows:
2011-02-10 10:15:05.055 INFO [127.0.0.1:64963-0#ap] File not found [//ublic/login/get_online]
2011-02-10 10:15:05.675 INFO [127.0.0.1:64963-3#ap] File not found [//ublic/feature/box]
2011-02-10 10:15:06.197 INFO [127.0.0.1:64968-15#ap] File not found [//ublic/login/get_online]