I'm posting this in Beginner Basics because I feel like the answer is going to be simple and I'm just brand new to managing a firewall on this level. My problem is that I can't get my computer on one subnet to reach my web server on the other unless I forward all HTTP/S traffic to the server and break web browsing entirely. Here's the details....
_____
I have two subnets: 192.168.11.0/24 for my web host server, and 192.168.69.0/24 for my typical LAN devices (PC, phones, etc.)
There is a DNS entry for my web server so www.example.url resolves to my Mikrotik router's public IP address. Port forwarding has been successful so that requests for www.example.url on port 80 and 443 from outside of my LAN will retrieve my website.
Unforunately, fowarding all traffic on port 80 and 443 to my web server causes any HTTP/S requests from my LAN subnet to get routed to my website as well. I solved this by adding the In. Interface value and setting it to my WAN port so that this forwarding only applies to requests arriving from the internet.
Now the problem: I can't access the website from inside of my LAN. By specifying the In. Interface, I have excluded my LAN hosts from the forwarding.
_____
I'm going to leave the problem at that because I think my brainstorming has been mostly counter-productive and I bet there's a way to do this that's easy and standard. This is the first time I've ever encountered networking deeper than forwarding ports on a typical TP-Link home router so I'm drowning just a little here.
My understanding of the problem is that I need to forward ports to my LAN subnet the same way that I have for people on the internet, but trying to do so has left me breaking something no matter what idea I come up with.
What am I missing? What's the normal way to allow my PC on one subnet to reach a web server on another subnet without screwing up web browsing?
*Thanks for reading!*