diff options
-rw-r--r-- | conf/httpd.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/httpd.conf b/conf/httpd.conf index 8d70c475d..84d24bb4a 100644 --- a/conf/httpd.conf +++ b/conf/httpd.conf @@ -118,6 +118,8 @@ RewriteRule ^/test(.*) /test.cgi$1 [L] RewriteRule ^/tms-signup(.*) /tms-signup.cgi$1 [L] RewriteRule ^/upload(.*) /upload.cgi$1 [L] +RewriteRule ^/jslib(.*) /jslib$1 [L,PT] + # trap anything that reaches us here and send it to the Catalyst app - this is # so that we can gradually move functionality into the app without having to # touch the existing code. |