1 Alias /kernels "/usr/local/autotest/kernels/" 2 Alias /packages "/usr/local/autotest/packages/" 3 4 # If the results directory doesn't exist locally, toss it to Google Storage. 5 RewriteEngine On 6 RewriteCond %{REQUEST_URI} ^/results/([0-9].*)$ 7 RewriteCond /usr/local/autotest/%{REQUEST_URI} !-f 8 RewriteCond /usr/local/autotest/%{REQUEST_URI} !-d 9 RewriteRule /results/([0-9].*) https://sandbox.google.com/storage/chromeos-autotest-results/$1 [R=301,L] 10