guan404ming commented on code in PR #835: URL: https://github.com/apache/mahout/pull/835#discussion_r2696745943
########## website/.htaccess: ########## @@ -0,0 +1,37 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. + +# Enable custom 404 page +ErrorDocument 404 /404.html + +# Redirect legacy documentation paths to the 404 page with context +# These paths were removed in January 2026 when Mahout transitioned to Qumat + +# Legacy MapReduce algorithm documentation +RedirectMatch 301 ^/users/(.*)$ /404.html +RedirectMatch 301 ^/documentation/users/(.*)$ /404.html +RedirectMatch 301 ^/documentation/tutorials/(.*)$ /404.html Review Comment: Make sense. I've updated -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
