diff options
Diffstat (limited to 'testing/hosts/winnetou/etc/apache2/sites-available/000-default.conf')
-rw-r--r-- | testing/hosts/winnetou/etc/apache2/sites-available/000-default.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/testing/hosts/winnetou/etc/apache2/sites-available/000-default.conf b/testing/hosts/winnetou/etc/apache2/sites-available/000-default.conf index 933589906..03f93ad2e 100644 --- a/testing/hosts/winnetou/etc/apache2/sites-available/000-default.conf +++ b/testing/hosts/winnetou/etc/apache2/sites-available/000-default.conf @@ -6,6 +6,9 @@ Options Indexes FollowSymLinks MultiViews </Directory> + RewriteEngine on + RewriteRule "^/testresults/.+/images/(.*)" "/images/$1" [PT] + LogLevel warn ErrorLog ${APACHE_LOG_DIR}/error.log CustomLog ${APACHE_LOG_DIR}/access.log combined |