JoeGandy / ShareX-Custom-Upload

A little PHP script created for uploading custom sharex files to your own webserver
MIT License
165 stars 50 forks source link

Forbidden Error #127

Closed OofChair closed 3 years ago

OofChair commented 3 years ago

Hi, whenever I go to my domain, I get a Forbidden error. I don't have any IP blocking

davwheat commented 3 years ago

You haven't set up Apache properly in your system config file (/etc/apache2/apache2.conf).

OofChair commented 3 years ago

You haven't set up Apache properly in your system config file (/etc/apache2/apache2.conf).

I did that, but maybe this made it go wrong: Instead of setting it to the directory with the release folder, I made the website to be inside the release folder. Should I not have done that?