projects
/
mirror
/
dsa-puppet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
566a9d4
)
hamradio blends relocation on www.d.o
author
Iain R. Learmonth
<irl@debian.org>
Sun, 27 Sep 2015 15:16:30 +0000
(17:16 +0200)
committer
Paul Wise
<pabs@debian.org>
Sun, 27 Sep 2015 15:17:17 +0000
(17:17 +0200)
modules/roles/templates/apache-www.debian.org.erb
patch
|
blob
|
history
diff --git
a/modules/roles/templates/apache-www.debian.org.erb
b/modules/roles/templates/apache-www.debian.org.erb
index
6b33542
..
157064b
100644
(file)
--- a/
modules/roles/templates/apache-www.debian.org.erb
+++ b/
modules/roles/templates/apache-www.debian.org.erb
@@
-273,6
+273,9
@@
# Canonical place for manuals under /doc/manuals/
RewriteCond %{DOCUMENT_ROOT}/doc/manuals/$1 -d
RewriteRule ^/doc/([^/]+)/?(.*)? /doc/manuals/$1/$2 [L,R=301]
+
+# Relocation of blends pages
+ RewriteRule ^/devel/hamradio(.*)$ /blends/hamradio$1 [R=301,L]
</Macro>