change request

Mike McGrath mmcgrath at redhat.com
Tue Mar 10 22:53:04 UTC 2009


for translate website:

diff --git a/configs/web/translate.fedoraproject.org.conf
b/configs/web/translate.fedoraproject.org.conf
index 7bcb9c5..407b799 100644
--- a/configs/web/translate.fedoraproject.org.conf
+++ b/configs/web/translate.fedoraproject.org.conf
@@ -10,6 +10,7 @@

   RewriteEngine On
   RewriteRule ^/submit(.*)
https://translate.fedoraproject.org/submit$1 [R=301,L]
+  RewriteRule ^/tx(.*)      https://translate.fedoraproject.org/tx$1
[R=301,L]

   include "conf.d/translate.fedoraproject.org/*.conf"

@@ -21,6 +22,7 @@

   RewriteEngine On
   RewriteRule ^/submit(.*)
https://translate.fedoraproject.org/submit$1 [R=301,L]
+  RewriteRule ^/tx(.*)      https://translate.fedoraproject.org/tx$1
[R=301,L]

   include "conf.d/translate.fedoraproject.org/*.conf"




More information about the infrastructure mailing list