Correct QR code links.
authorSam White <webmaster@ycra.org.uk>
Sat, 11 Sep 2021 05:52:00 +0000 (05:52 +0000)
committerSam White <webmaster@ycra.org.uk>
Sat, 11 Sep 2021 05:52:00 +0000 (05:52 +0000)
public_html/.htaccess

index 17c6ad5d03d6968130f5f8847babbfab23f952a7..e50de746a914d08aea8e6bf60b7b13ad03e28939 100644 (file)
@@ -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.