pybelfast / pybelfast.github.io

The site for the Python Belfast User group
https://www.pybelfast.org
5 stars 5 forks source link

Fixed CNAME Resolution for www.pybelfast.org in GitHub Pages #15

Closed swmcc closed 1 year ago

swmcc commented 1 year ago

Description

This PR focuses on resolving an issue that was not ticketed but was discovered during a maintenance check. Specifically, I found that www.pybelfast.org was not resolving correctly via GitHub Pages. The root cause of this problem has been identified and corrected in the CNAME file.

Details

Changes in this PR include:

Updated the CNAME record to ensure proper resolution for www.pybelfast.org This change will ensure that visitors trying to access our website via www.pybelfast.org will now be properly directed to the intended GitHub Page.

Testing

Before submitting this PR, I verified that the updated CNAME record now resolves to the correct GitHub page. This was done through local testing as well as using online DNS record checking tools to confirm that the resolution is working as expected.

Impact

The impact of this PR is purely on the accessibility of the website. There are no functional code changes, so it is not expected to impact the performance of the website or any services hosted on the website.

apoclyps commented 1 year ago

@swmcc do you still own the domain for pybelfast.org? If I recall correctly the domain lapsed and it was changed in https://github.com/pybelfast/pybelfast.github.io/commit/c55461bd8b5b3f498b0eee16f978554ba3839c0d to make it accessible on https://pybelfast.github.io

swmcc commented 1 year ago

I own it but I don't remember letting it lapse as the auto renew is on. It is currently set to auto renew anyway. No settings have changed on my end. Please see screenshots.

Screenshot 2023-07-13 at 21 00 06 Screenshot 2023-07-13 at 20 59 20
apoclyps commented 1 year ago

let's also add a link to it in the README in that case: https://github.com/pybelfast/pybelfast.github.io/blob/main/README.md?plain=1#L9 but looks good 👍