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
The following commit(s) were added to refs/heads/main by this push:
new 1e53274 Tweak rewrite for running in a directory not a vhost
1e53274 is described below
commit 1e53274a03e11ff5df3cdba0bc1cd8a4d4ac0d01
Author: Nick Burch <[email protected]>
AuthorDate: Tue Jun 13 14:36:39 2023 +0100
Tweak rewrite for running in a directory not a vhost
---
static/.htaccess | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/static/.htaccess b/static/.htaccess
index 7f03ff4..7d69177 100644
--- a/static/.htaccess
+++ b/static/.htaccess
@@ -3,4 +3,4 @@ RewriteCond %{HTTPS} !=on
RewriteRule .* https://%{SERVER_NAME}%{REQUEST_URI} [R,L]
# Link to the webapp
-RewriteRule "^/application" https://tac.apache.org/ [R,L]
+RewriteRule "^application" https://tac-apply.apache.org/ [R,L]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]