AWS Security ChangesHomeSearch

AWS lightsail documentation change

Service: lightsail · 2026-05-01 · Documentation low

File: lightsail/latest/userguide/amazon-lightsail-quick-start-guide-joomla.md

Summary

Fixed a typo in the example URL for HTTP to HTTPS redirection (changed 'http:/example.com' to 'http://example.com')

Security assessment

This change corrects a typographical error in a URL example. The documentation discusses enabling HTTPS redirection for security, but the change only fixes a URL formatting error and doesn't address any security vulnerability or introduce new security information.

Diff

diff --git a/lightsail/latest/userguide/amazon-lightsail-quick-start-guide-joomla.md b/lightsail/latest/userguide/amazon-lightsail-quick-start-guide-joomla.md
index b0948e72f..d118d801a 100644
--- a//lightsail/latest/userguide/amazon-lightsail-quick-start-guide-joomla.md
+++ b//lightsail/latest/userguide/amazon-lightsail-quick-start-guide-joomla.md
@@ -213 +213 @@ If your domain is not configured to route traffic to the public IP address of yo
-     * **Enable HTTP to HTTPS redirection** \- Specifies whether users who browse to the HTTP version of your website (i.e., `http:/example.com`) are automatically redirected to the HTTPS version (i.e., `https://example.com`). We recommend enabling this option because it forces all visitors to use the encrypted connection. Type `Y` and press **Enter** to enable it.
+     * **Enable HTTP to HTTPS redirection** \- Specifies whether users who browse to the HTTP version of your website (i.e., `http://example.com`) are automatically redirected to the HTTPS version (i.e., `https://example.com`). We recommend enabling this option because it forces all visitors to use the encrypted connection. Type `Y` and press **Enter** to enable it.