Hi macamike,
What is an example of the URI you are trying to force to https?
Hi David Gregg,
Such example can be found at https://aslta.org/my-account/view-order/1292 It is one of many instances. Customer orders ends with numbers, so how do we handle an array number?
Thanks for the reply!
ok. In your example, is 1292 a wordpress “page” or is it a parameter to the a page called “view-order”? If the latter, specify the slug name for view-order. If 1292 does indeed represent a page, we will not be able to do this dynamically.
I’m not sure, but I’m confident it is a parameter. You see, this is an order. There will be like different numbers for each order. So how do I handle this?
Please specify the slug name ‘view-order’
It will always be unique for each order. Do I have to specify the slug name for each order? Is there a way around this?
nope. Just the slug-name for the page that is displaying the order. In your example, it appears to be the view-order page.
OK. This won’t work for me. Thanks though!