I have a trouble with my statistics. My website have a lot of traffic about one file, so I bought one space ouside my website and I redirected the traffic, to redirect it I went to the menù Sites > Redirect > Rewrite Rules rewrite and I setup the rule rewrite ^/xx.gz$ http://target.com/xx.gz$1 permanent; Everything works correctly but the statistics stop to work about the file xx.gz. What can I do to see again the statistic about this file?
What webserver are you running? If apache, just increase the LogLevel and it will show up in error_log (see http://httpd.apache.org/docs/2.4/mod/mod_rewrite.html#logging .. also the note there about RewriteLog and RewriteLogLevel if on an old apache version). For nginx, search google or wait for someone else to reply.