From 0c2a7cb83e7839c49dc5ae3ed2f85ebbfef3daa4 Mon Sep 17 00:00:00 2001 From: Sam White Date: Sat, 11 Sep 2021 05:52:00 +0000 Subject: [PATCH] Correct QR code links. --- public_html/.htaccess | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public_html/.htaccess b/public_html/.htaccess index 17c6ad5..e50de74 100644 --- a/public_html/.htaccess +++ b/public_html/.htaccess @@ -8,8 +8,8 @@ RewriteCond %{HTTPS} off RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R=302,L] # QR code temporary redirects. -RewriteRule "^qr/sign-up$" "/index.html" [R,L] -RewriteRule "^qr/useful-links$" "/index.html" [R,L] +RewriteRule "^qr/sign-up$" "/join.php" [R,L] +RewriteRule "^qr/useful-links$" "/index.php" [R,L] # php -- BEGIN cPanel-generated handler, do not edit # Set the “ea-php80” package as the default “PHP” programming language. -- 2.25.1