Hey I am setting up my elgg website online with digital ocean and I have followed the steps on the installation requirements. Now that my server and mysql database is created I am trying to get access to my elgg home page but I am getting a 403 forbidden error when I try to go to the link. I have used digital ocean for the hosting and also installed LAMP to be connected to my account. The folder is added under www/var/html/elgg but when I type in http://159.65.97.253/elgg/ i get a 403 forbidden page that appears. How can I fix this?
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by RaĆ¼l Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.
- qoallen13@qoallen13

qoallen13 - 0 likes
- Jerome Bakker@jeabakker

Jerome Bakker - 0 likes
- Tom@Thomasondiba

Tom - 0 likes
You must log in to post replies.I have also set the permissions to 777 and still no success
Never ever set permissions to 777 it's a major security risk. It opens up your server to be writeable from the internet.
Does the error log say anything,
can you access for example README.md
403 forbidden error can be caused by lack of index.php file on the root site directory. Check to make sure you have index.php. If not, make a new file with a file name Index.php and paste the code bellow: