This is an automated email from the ASF dual-hosted git repository. nick pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tac-website.git
commit ac26491def8989d366c26c91c9e9dbacd5f9df75 Author: Nick Burch <[email protected]> AuthorDate: Tue Jun 13 14:28:48 2023 +0100 Redirect the old application link to the webapp --- static/.htaccess | 3 +++ 1 file changed, 3 insertions(+) diff --git a/static/.htaccess b/static/.htaccess index 0f1face..7f03ff4 100644 --- a/static/.htaccess +++ b/static/.htaccess @@ -1,3 +1,6 @@ RewriteEngine On RewriteCond %{HTTPS} !=on RewriteRule .* https://%{SERVER_NAME}%{REQUEST_URI} [R,L] + +# Link to the webapp +RewriteRule "^/application" https://tac.apache.org/ [R,L] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
