Timeline for RPi Web Server: 403 forbidden on Apache
Current License: CC BY-SA 3.0
6 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| May 9, 2013 at 23:23 | comment | added | user6531 | @Ben7005 I also learned that find /opt/lampp/htdocs -type d -exec chmod 755 {} \; will chmod all the directories and subdirectories while find /opt/lampp/htdocs -type f -exec chmod 644 {} \; will chmod all the files within the specified directory. Obviously you replace /opt/lampp/htdocs with whatever folder path you need to chmod. | |
| May 9, 2013 at 22:26 | comment | added | diracdeltafunk | This also happened to me, using this tutorial: penguintutor.com/linux/raspberrypi-webserver And then setting up FTP on my own (which I have had no problems with) EDIT: Fixed this with @lenik 's comment in the answer. Works great now. | |
| May 9, 2013 at 7:57 | history | tweeted | twitter.com/#!/StackRaspi/status/332404012487958528 | ||
| May 8, 2013 at 21:39 | vote | accept | CommunityBot | ||
| May 8, 2013 at 15:36 | answer | added | lenik | timeline score: 0 | |
| May 8, 2013 at 15:01 | history | asked | user6531 | CC BY-SA 3.0 |