Okay, I received notification of ScallioXTX’s post and tried that and it appeared to do nothing. However, I did some more research on the port concept and came up with the following. When I came in to post this, I saw the dklynn post. Here is what I came up with and it seems to work. It is the same as the dklynn post except for the + vs. the ^ in front of the 443 and 80. Are these interchangeable?
No. Actually both the one you sent and the one I came up with are very similar and both work fine. My only question is on the difference between using the =80 vs. ^80$
They both seem to work equally well so my question is is one preferred over the other and is =80 actually the same as ^80$
=80 and ^80$ are not the same in the way they work, but in this case the end result of both is indeed exactly the same. I’d prefer =80 for this case, since using regex (which is what you do with ^80$) seems a bit overkill for this relatively simple comparison.