Here is my question.
I host a personal wordpress website. (for fun). So I did a port forward to be able to access my website on the WAN side.
Unfortunately this also expose the FVDW config web page on the WAN side. Is there a way to "isolate" both website so only the wordpress is exposed on the WAN side and not the fvdw config page?
For accessing the other services and the fvdw config, I will use the VPN. For SSH I also use a RSA key, for my website I only allow HTTPS through a non standard port .
Someone have some tips to let me configure my NAS remotely via the webpage AND that allow me the also publish my wordpress? IE: uses different port forward for my wordpress and the FVDW webpage? is that even possible? ex: port 80 for wordpress and post 1234 for the FVDW config webpage?
Maybe there is some tricks related to the .htaccess but I don't want to use the "allow or restrict" command.
Someone have a clue? :thinking :thinking