You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by sc...@apache.org on 2021/07/07 01:13:40 UTC

svn commit: r1891330 - /tomcat/site/trunk/docs/.htaccess

Author: schultz
Date: Wed Jul  7 01:13:39 2021
New Revision: 1891330

URL: http://svn.apache.org/viewvc?rev=1891330&view=rev
Log:
Correct pattern (?)

Modified:
    tomcat/site/trunk/docs/.htaccess

Modified: tomcat/site/trunk/docs/.htaccess
URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/.htaccess?rev=1891330&r1=1891329&r2=1891330&view=diff
==============================================================================
--- tomcat/site/trunk/docs/.htaccess (original)
+++ tomcat/site/trunk/docs/.htaccess Wed Jul  7 01:13:39 2021
@@ -1,4 +1,4 @@
 RewriteEngine	On
 RewriteRule	svn.html %{REQUEST_SCHEME}://%{HTTP_HOST}/source.html [R=301]
-RewriteRule     ^/security.txt %{REQUEST_SCHEME}://%{HTTP_HOST}/.well-known/security.txt [R=301]
+RewriteRule     ^security.txt %{REQUEST_SCHEME}://%{HTTP_HOST}/.well-known/security.txt [R=301]
 



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org