diff options
author | Matthew Somerville <matthew@mysociety.org> | 2011-05-24 11:24:46 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2011-05-24 11:24:46 +0100 |
commit | c95aa5c23fca1f9fc85fe48731ea5348bdda1fdb (patch) | |
tree | b1fe760e46b344ec1f0310938f86eeb88ae4b4b4 | |
parent | dff26fc0b44ab40f4aaf313460cdd134315eda40 (diff) |
Capture jslib so it's not passed to Catalyst.
-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. |