Forum Moderators: phranque
This is the code I have been using (along with a bunch of variations) with no success. I am a dullard about pcre and htaccess and can use any help you can provide. Thanks in advance.
RewriteEngine On
RewriteBase /
RewriteCond %{HTTPS}!=on
RewriteCond %{QUERY_STRING} /donate\-wnf$/i
RewriteRule https://website.org/wnf/?q=node/add/donate-wnf [R,L]
RewriteEngine on
RewriteCond %{HTTPS} !^on$
RewriteCond %{QUERY_STRING} donate-wnf$ [NC]
RewriteRule .* https://website.org/wnf/?q=node/add/donate-wnf [R=301,L]
RewriteCond %{SERVER_PORT} !^443$