projects
/
ycra.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
07590bc
)
Correct QR code links.
author
Sam White
<webmaster@ycra.org.uk>
Sat, 11 Sep 2021 05:52:00 +0000
(
05:52
+0000)
committer
Sam White
<webmaster@ycra.org.uk>
Sat, 11 Sep 2021 05:52:00 +0000
(
05:52
+0000)
public_html/.htaccess
patch
|
blob
|
history
diff --git
a/public_html/.htaccess
b/public_html/.htaccess
index 17c6ad5d03d6968130f5f8847babbfab23f952a7..e50de746a914d08aea8e6bf60b7b13ad03e28939 100644
(file)
--- 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.