Bug 66630

Summary: Documentation link to 404 page
Product: Apache httpd-2 Reporter: Samuel Joly <samueljoly0>
Component: DocumentationAssignee: HTTP Server Documentation List <docs>
Status: RESOLVED FIXED    
Severity: trivial CC: samueljoly0
Priority: P2 Keywords: Beginner
Version: 2.4-HEAD   
Target Milestone: ---   
Hardware: All   
OS: All   
URL: https://httpd.apache.org/docs/2.4/env.html

Description Samuel Joly 2023-06-07 09:54:02 UTC
At the end of the documentation page of Environment Variables(https://httpd.apache.org/docs/2.4/env.html) , there is an embedded link on the "Keeping Your Images from Adorning Other Sites" wich redirect to a moved ressource (https://www.serverwatch.com/guides/keeping-your-images-from-adorning-other-sites/).
Apparently Serverwatch changed their url naming, so the referenced article now is under https://www.serverwatch.com/guides/keeping-your-images-from-adorning-other-sites/
Comment 1 Samuel Joly 2023-06-07 09:58:24 UTC
(In reply to Samuel Joly from comment #0)
> At the end of the documentation page of Environment
> Variables(https://httpd.apache.org/docs/2.4/env.html) , there is an embedded
> link on the "Keeping Your Images from Adorning Other Sites" wich redirect to
> a moved ressource
> (https://www.serverwatch.com/guides/keeping-your-images-from-adorning-other-
> sites/).
> Apparently Serverwatch changed their url naming, so the referenced article
> now is under
> https://www.serverwatch.com/guides/keeping-your-images-from-adorning-other-
> sites/

I did an error in the previous message:
The "Keeping Your Images from Adorning Other Sites" link redirect to this place https://www.serverwatch.com/tutorials/article.php/1132731 wich return 404
Comment 2 Christophe JAILLET 2023-08-23 21:42:36 UTC
Hi,

Fixed in r1911878 (trunk) and r1911879 (2.4.x)
Changes will be visible the next time the doc is rebuilt.


Thanks for pointing it out.
Comment 3 Samuel Joly 2023-08-23 22:54:41 UTC
(In reply to Christophe JAILLET from comment #2)
> Hi,
> 
> Fixed in r1911878 (trunk) and r1911879 (2.4.x)
> Changes will be visible the next time the doc is rebuilt.
> 
> 
> Thanks for pointing it out.

Thanks for your work :)