[SOLVED] Error 403 FORBIDDEN when accessing the WEBUI thru Reverse-Proxy
This thread has been locked for further replies. You can start a new thread to share your ideas or ask questions.
[SOLVED] Error 403 FORBIDDEN when accessing the WEBUI thru Reverse-Proxy
Tags:
#Remote Management
Model:
Archer MR600
Hardware Version: V3
Firmware Version: 1.1.0 0.9.1 v0001.0 Build 220727 Rel.74013n
my MR 600 LAN interface IP address is configured with 192.168.0.1/24, and I also defined a dns entry in my local openmasq server, so that 192.168.0.1 <-> router.home
- I can access the MR600 WEB UI thru http://192.168.0.1 from a local PC without any issue
- but with http://router.home, it gives an error 403 forbidden
- both ping and nslookup on router.home work fine.
- also, I defined a vhost entry in my Apache proxy, to acces it remotely after nat/pat in the MR600 itself, such as :
<VirtualHost *:443>
ServerName <MR600WEBUI>
RewriteCond "%{HTTP_HOST}" "^<MR600WEBUI>$" [NC]
RewriteRule "^/(.*)" "http://192.168.0.1/$1" [P] [R=permanent,L]
</VirtualHost>
same problem, error 403
1 Accepted Solution