diff --git a/.htaccess b/.htaccess index db2bd1b..4b39392 100644 --- a/.htaccess +++ b/.htaccess @@ -1,10 +1,11 @@ Redirect permanent /ml.php http://jp.kde.org/community/whatiskdejp/communicate/ RewriteEngine On RewriteBase / -Redirect 301 /pukiwiki/index.php?TranslationAssignments /community/getinvolved/translation/ +RewriteCond %{QUERY_STRING} ^TranslationAssignments$ +RewriteRule index.php https://jp.kde.org/community/getinvolved/translation/ [R=301,L] #RewriteRule patch/(.*)\.diff patch/redir.php?file=$1\.diff #RewriteRule patch/(.*)\.gz patch/redir.php?file=$1\.gz #RewriteRule patch/(.*)\.bz2 patch/redir.php?file=$1\.tar.gz