diff options
author | Matthew Somerville <matthew@mysociety.org> | 2011-06-02 11:27:49 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2011-06-02 11:28:31 +0100 |
commit | 8b38c6d76b837f85d1e51c62b944eac41ec9697c (patch) | |
tree | c4983de181c59e015dbc2d6b7f95e04198e6b992 /conf | |
parent | 60da5d1d852f3cf06b04110a17ba8c0e62d62c2b (diff) |
find() will always return result if unique key is given, so use search().
Diffstat (limited to 'conf')
-rw-r--r-- | conf/httpd.conf | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/conf/httpd.conf b/conf/httpd.conf index 00532a3ab..2645af791 100644 --- a/conf/httpd.conf +++ b/conf/httpd.conf @@ -109,7 +109,6 @@ RewriteRule /(.+) /$1 [L] RewriteRule ^/flickr(.*) /flickr.cgi$1 [L] # RewriteRule ^/fun(.*) /fun.cgi$1 [L] # RewriteRule ^/json(.*) /json.cgi$1 [L] -# RewriteRule ^/photo(.*) /photo.cgi$1 [L] # RewriteRule ^/questionnaire(.*) /questionnaire.cgi$1 [L] # RewriteRule ^/reports(.*) /reports.cgi$1 [L] # RewriteRule ^/rss(.*) /rss.cgi$1 [L] |