You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@community.apache.org by "rlenferink (via GitHub)" <gi...@apache.org> on 2023/03/29 15:50:30 UTC

[GitHub] [comdev-site] rlenferink opened a new pull request, #98: Fix broken links by adding the old URLs as alias

rlenferink opened a new pull request, #98:
URL: https://github.com/apache/comdev-site/pull/98

   This makes use of Hugo aliases for referring to old URLs:
   https://gohugo.io/content-management/urls/#aliases
   
   If it is easier to do this in the `.htaccess` file, feel free to close this PR.
   
   Otherwise, feel free to merge.
   
   I tested this locally.
   
   /cc @sebbASF 


-- 
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: dev-unsubscribe@community.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@community.apache.org
For additional commands, e-mail: dev-help@community.apache.org


[GitHub] [comdev-site] sebbASF closed pull request #98: Fix broken links by adding the old URLs as alias

Posted by "sebbASF (via GitHub)" <gi...@apache.org>.
sebbASF closed pull request #98: Fix broken links by adding the old URLs as alias
URL: https://github.com/apache/comdev-site/pull/98


-- 
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: dev-unsubscribe@community.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@community.apache.org
For additional commands, e-mail: dev-help@community.apache.org


[GitHub] [comdev-site] rlenferink commented on pull request #98: Fix broken links by adding the old URLs as alias

Posted by "rlenferink (via GitHub)" <gi...@apache.org>.
rlenferink commented on PR #98:
URL: https://github.com/apache/comdev-site/pull/98#issuecomment-1489267368

   > * Aliases are done by creating a small page that includes an HTML refresh. I think these are rather less efficient. Also browsers may not cache them.
   > * There is no way of knowing where the original links are being used, and one cannot assume that they will be updated, so in general aliases/redirects are needed forever.
   
   `.htaccess` it is! Thanks for your explanation.


-- 
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: dev-unsubscribe@community.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@community.apache.org
For additional commands, e-mail: dev-help@community.apache.org


[GitHub] [comdev-site] sebbASF commented on pull request #98: Fix broken links by adding the old URLs as alias

Posted by "sebbASF (via GitHub)" <gi...@apache.org>.
sebbASF commented on PR #98:
URL: https://github.com/apache/comdev-site/pull/98#issuecomment-1488910798

   1) Aliases are done by creating a small page that includes an HTML refresh. I think these are rather less efficient. Also browsers may not cache them.
   
   2) There is no way of knowing where the original links are being used, and one cannot assume that they will be updated, so in general aliases/redirects are needed forever.


-- 
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: dev-unsubscribe@community.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@community.apache.org
For additional commands, e-mail: dev-help@community.apache.org


[GitHub] [comdev-site] sebbASF commented on pull request #98: Fix broken links by adding the old URLs as alias

Posted by "sebbASF (via GitHub)" <gi...@apache.org>.
sebbASF commented on PR #98:
URL: https://github.com/apache/comdev-site/pull/98#issuecomment-1488919023

   Done via htaccess


-- 
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: dev-unsubscribe@community.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@community.apache.org
For additional commands, e-mail: dev-help@community.apache.org