You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2019/04/26 22:14:26 UTC

svn commit: r1858232 - in /tomcat/site/trunk: docs/.htaccess xdocs/.htaccess

Author: markt
Date: Fri Apr 26 22:14:26 2019
New Revision: 1858232

URL: http://svn.apache.org/viewvc?rev=1858232&view=rev
Log:
This does work - some tlp servers seem to be behind on sync

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

Modified: tomcat/site/trunk/docs/.htaccess
URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/.htaccess?rev=1858232&r1=1858231&r2=1858232&view=diff
==============================================================================
--- tomcat/site/trunk/docs/.htaccess (original)
+++ tomcat/site/trunk/docs/.htaccess Fri Apr 26 22:14:26 2019
@@ -1,3 +1,2 @@
-RewriteEngine On
-RewriteRule "^/svn\.html$" "/source.html" [PT,R=301]
+Redirect "/svn.html" "/source.html"
 

Modified: tomcat/site/trunk/xdocs/.htaccess
URL: http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/.htaccess?rev=1858232&r1=1858231&r2=1858232&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/.htaccess (original)
+++ tomcat/site/trunk/xdocs/.htaccess Fri Apr 26 22:14:26 2019
@@ -1,3 +1,2 @@
-RewriteEngine On
-RewriteRule "^/svn\.html$" "/source.html" [PT,R=301]
+Redirect "/svn.html" "/source.html"
 



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