Replies: 1 comment 4 replies
-
The quick installer will handle this for you with the |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
While running version 2.5 I moved all the files under /var/www/html to /var/www/html/raspap and Raspap still worked without issues. After upgrading to version 2.6.3 none of the links down the left-hand side were working - hostapd_conf, dhcpd_conf, etc - they'd give 404 errors and my cursory debugging indicated that my clicks weren't reaching index.php.
After messing around in /etc/lighttpd I realised 50-raspap-router.conf had:
I changed to:
And it worked.
I also had to copy config.php from /var/www/html/raspap/config to /var/www/html/raspap/includes
I hope hope this helps someone, I found the hint via #813
Beta Was this translation helpful? Give feedback.
All reactions