diff options
Diffstat (limited to 'conf/httpd.conf')
-rw-r--r-- | conf/httpd.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/httpd.conf b/conf/httpd.conf index ad648a4a0..72993ee9a 100644 --- a/conf/httpd.conf +++ b/conf/httpd.conf @@ -43,6 +43,9 @@ RewriteEngine on # RewriteLog /var/log/apache2/rewrite.log # RewriteLogLevel 3 +# catch some Catalyst urls early as they are deep in the site +RewriteRule /reports/new(.*) /fixmystreet_app_cgi.cgi [L] + # End slashes goodbye RewriteRule ^/admin/ - [L] RewriteCond %{DOCUMENT_ROOT}%{REQUEST_URI} !-d |