Author: markt Date: Fri Apr 26 21:43:46 2019 New Revision: 1858226 URL: http://svn.apache.org/viewvc?rev=1858226&view=rev Log: Tweak rewrite rule as it isn;t working at the moment
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=1858226&r1=1858225&r2=1858226&view=diff ============================================================================== --- tomcat/site/trunk/docs/.htaccess (original) +++ tomcat/site/trunk/docs/.htaccess Fri Apr 26 21:43:46 2019 @@ -1,2 +1,2 @@ RewriteEngine On -RewriteRule ^/svn.html /source.html [R=301] \ No newline at end of file +RewriteRule ^svn.html source.html [R=301] Modified: tomcat/site/trunk/xdocs/.htaccess URL: http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/.htaccess?rev=1858226&r1=1858225&r2=1858226&view=diff ============================================================================== --- tomcat/site/trunk/xdocs/.htaccess (original) +++ tomcat/site/trunk/xdocs/.htaccess Fri Apr 26 21:43:46 2019 @@ -1,2 +1,2 @@ RewriteEngine On -RewriteRule ^/svn.html /source.html [R=301] \ No newline at end of file +RewriteRule ^svn.html source.html [R=301] --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org