| 1 |
|
|
| 2 |
<VirtualHost master> |
<VirtualHost *> |
| 3 |
ServerName packages.qa.debian.org |
ServerName packages.qa.debian.org |
| 4 |
ServerAdmin owner@packages.qa.debian.org |
ServerAdmin owner@packages.qa.debian.org |
| 5 |
DocumentRoot /org/packages.qa.debian.org/www/web |
DocumentRoot /org/packages.qa.debian.org/www/web |
| 16 |
RewriteRule ^/$ /common/index.html [L,R] |
RewriteRule ^/$ /common/index.html [L,R] |
| 17 |
RewriteRule ^/lib([^/])([^/]+)$ /lib$1/lib$1$2.html [L,R] |
RewriteRule ^/lib([^/])([^/]+)$ /lib$1/lib$1$2.html [L,R] |
| 18 |
RewriteRule ^/([^/])([^/]+)$ /$1/$1$2.html [L,R] |
RewriteRule ^/([^/])([^/]+)$ /$1/$1$2.html [L,R] |
| 19 |
RewriteCond %{QUERY_STRING} ^src=lib(.)(.*)$ |
RewriteCond %{QUERY_STRING} ^src=lib(.)(.+)$ |
| 20 |
RewriteRule ^/common/index.html$ /lib%1/lib%1%2.html? [L,R,NE] |
RewriteRule ^/common/index.html$ /lib%1/lib%1%2.html? [L,R,NE] |
| 21 |
RewriteCond %{QUERY_STRING} ^src=(.)(.*)$ |
RewriteCond %{QUERY_STRING} ^src=(.)(.+)$ |
| 22 |
RewriteRule ^/common/index.html$ /%1/%1%2.html? [L,R,NE] |
RewriteRule ^/common/index.html$ /%1/%1%2.html? [L,R,NE] |
| 23 |
</VirtualHost> |
</VirtualHost> |
| 24 |
|
|