I don’t know. It must be something on the new web server side, I think, as my redirect on the old archive server is to the exact same path on the newer server. If those links are broken, I don’t know.
To be clear, all documentation paths on archive redirect (and should redirect) to the same path on the new server.
And, I believe it does that correctly:
$ curl https://archive.virtualmin.com/documentation/cloudmin/
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>301 Moved Permanently</title>
</head><body>
<h1>Moved Permanently</h1>
<p>The document has moved <a href="https://www.virtualmin.com/documentation/cloudmin/">here</a>.</p>
</body></html>
The old archive link doesn’t work anymore—it used to, but now it just redirects to the main virtualmin.com site.
The new Cloudmin documentation hasn’t been released yet. I was thinking of putting it on www.cloudmin.com/docs, as it shouldn’t be on the Virtualmin site.
Archive isn’t supposed to work, it’s supposed to redirect to the same page on the new server. But, I guess the same pages don’t exist on the new server.
Yes, agreed. I remember we had the archive.virtualmin.com/documentation/cloudmin link working for years, but I think it recently started redirecting. I don’t remember making any changes, so I’m a bit confused.
I added the redirect a while back because archive links were consistently appearing above the new documentation in Google/DuckDuckGo/etc., and that’s extremely bad because those docs are unmaintained.
Remember when I was yelling about documentation being poorly labeled (like searching for “restore” did not return any results), it was at that time when I was making the redirect…the only results for a search for “virtualmin restore” were on the old site.
But, the goal was to bring all the old docs over on their same URLs on the new server, and then update them as time allowed. Old URLs should work forever though. They shouldn’t change, if they do, there needs to be a redirect (but redirects are also suboptimal…ideally we’d have a URL at www.virtualmin.com/documentation that is forever).
I know it will take some time though. I have to prioritize the new WP Workbench release and the next Virtualmin release, then we can look at the Cloudmin docs!
Good luck with that! Drupal is confusing! I fixed the Apache redirect, but I couldn’t figure out in a timely manner what the problem was with the Drupal redirects…