On Tue, May 14, 2024, at 12:31 PM, Dmitry V. Levin wrote: >> > On Tue, May 14, 2024 at 10:34:11AM -0400, Zack Weinberg wrote: >> >> --- /dev/null 2024-05-14 09:16:42.181936154 -0400 >> >> +++ .htaccess 2024-05-14 09:32:57.063158152 -0400 >> >> @@ -0,0 +1,4 @@ >> >> +Redirect permanent /software/config/config.guess >> >> https://git.savannah.gnu.org/cgit/config.git/plain/config.guess >> >> +Redirect permanent /software/config/config.sub >> >> https://git.savannah.gnu.org/cgit/config.git/plain/config.sub >> >> +Redirect permanent /software/config/index.html >> >> https://savannah.gnu.org/projects/config >> >> +Redirect permanent /software/config/ >> >> https://savannah.gnu.org/projects/config > > Applied, thanks.
Unfortunately I seem to have gotten it partially wrong; www.gnu.org now bounces *every* URL of the form https://www.gnu.org/software/config/xxxxx to https://savannah.gnu.org/projects/config, ignoring the more specific directives. Apache's documentation is not very clear but I *think* the problem is the last line. Can you please delete Redirect /software/config/ https://savannah.gnu.org/projects/config commit, and then either test yourself that curl -L -O https://www.gnu.org/software/config/config.guess creates a file named 'config.guess' whose contents are a shell script and not an HTML page, or else let me know that I should repeat my testing? we regret the inconvenience zw