@DigiGnomad @DienoX @expresspotato
The problem might caused by the installation of luci
. This operation will replace the default http server from lighttpd to uhttpd.
There’s a temporary workground here:
- Access SSH.
- (Optional) Disable HTTPS redirect in
/etc/lighttpd/conf.d/30-openssl.conf
Then Run the following commands:
/etc/init.d/uhttpd disable
/etc/init.d/lighttpd disable
/etc/init.d/lighttpd enable
/etc/init.d/uhttpd stop
/etc/init.d/lighttpd start
You will have access to the original panel now. BUT if you wanna open luci, you’ll always get 403.
So after those modification, PLEASE REBOOT!
all things will work as usual.
Bug here: If you use the Advanced
menu from proprietary panel, you’ll always get 403 when login.
To avoid it, access /cgi-bin/luci
directly from another browser session or just directly input the url of /cgi-bin/luci
.