diff options
author | Edmund von der Burg <evdb@mysociety.org> | 2011-02-23 11:26:47 +0000 |
---|---|---|
committer | Edmund von der Burg <evdb@mysociety.org> | 2011-02-23 11:26:47 +0000 |
commit | f987b5649c7fbc6035bb736cfd5831de1a7aee7b (patch) | |
tree | ca543a0d117347afd4c39402253e155208b39b0b | |
parent | 1c7739a338f4c4447a1ce0ba3e8ebfe56bd9f164 (diff) |
Allow the about page to fall through to FixMyStreet::App
-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 92c04e9d5..89da921ca 100644 --- a/conf/httpd.conf +++ b/conf/httpd.conf @@ -102,7 +102,6 @@ RewriteCond %{DOCUMENT_ROOT}%{REQUEST_URI} -f RewriteRule /(.+) /$1 [L] # Explicitly capture all cgi files so that we can remove them one by one -RewriteRule /about(.*) /about.cgi$1 [L] RewriteRule /ajax(.*) /ajax.cgi$1 [L] RewriteRule /alert(.*) /alert.cgi$1 [L] RewriteRule /confirm(.*) /confirm.cgi$1 [L] |