You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by ju...@apache.org on 2018/06/25 15:50:46 UTC

svn commit: r1834340 - /subversion/site/publish/.htaccess

Author: julianfoad
Date: Mon Jun 25 15:50:46 2018
New Revision: 1834340

URL: http://svn.apache.org/viewvc?rev=1834340&view=rev
Log:
Update the 'subversion.apache.org/wiki' redirect to point to the new Wiki.

Modified:
    subversion/site/publish/.htaccess

Modified: subversion/site/publish/.htaccess
URL: http://svn.apache.org/viewvc/subversion/site/publish/.htaccess?rev=1834340&r1=1834339&r2=1834340&view=diff
==============================================================================
--- subversion/site/publish/.htaccess (original)
+++ subversion/site/publish/.htaccess Mon Jun 25 15:50:46 2018
@@ -9,7 +9,7 @@ RedirectMatch ^/buildbot/compat$ http://
 RedirectMatch ^/patches$ /docs/community-guide/general.html#patches
 RedirectMatch ^/HACKING$ /docs/community-guide/
 RedirectMatch ^/prerelease-caveats$ /docs/community-guide/releasing.html#prerelease-caveats
-Redirect /wiki http://wiki.apache.org/subversion
+Redirect /wiki https://cwiki.apache.org/confluence/display/SVN
 RedirectMatch permanent ^/issue-tracker(\.html)?$ /reporting-issues$1
 RedirectMatch ^/issue[^A-Za-z0-9]?(\d+)$ https://issues.apache.org/jira/browse/SVN-$1
 RewriteRule ^/?download(\.html)?/?$ /download.cgi [PT]