blob: 12fca9eae3d3018337d15761485b9d77ed2b09d5 [file] [log] [blame]
Scott Zawalskia5745e92013-05-09 10:42:27 -04001RewriteEngine On
2
3# This rule is meant for autotest installations under a single directory,
4# such as when pulling the code from git or from a tarball.
5RewriteCond /usr/local/autotest/frontend/client/www/autotest.EmbeddedTkoClient -d
Jiaxi Luoc72cca02014-06-12 19:33:01 -07006RewriteRule ^/embedded_tko(.*) /usr/local/autotest/frontend/client/www/autotest.EmbeddedTkoClient/$1
Scott Zawalskia5745e92013-05-09 10:42:27 -04007
8# This rule is meant for autotest installations from a package such as RPM.
9RewriteCond /usr/share/autotest/frontend/client/www/autotest.EmbeddedTkoClient -d
Jiaxi Luoc72cca02014-06-12 19:33:01 -070010RewriteRule ^/embedded_tko(.*) /usr/share/autotest/frontend/client/www/autotest.EmbeddedTkoClient/$1