Rouji / single_php_filehost

Simple Filehosting Page in a Single PHP File (obvious 0x0 clone)
ISC License
235 stars 35 forks source link

Http error 520 after trying to upload #6

Closed ShrekisLyf closed 3 years ago

ShrekisLyf commented 3 years ago

I tried to test if uploading works but the server throws back an error, I have the .htaccess file and enabled rewrite

I would really appreciate help

Rouji commented 3 years ago

Your webserver probably can't write to $STORE_PATH

ShrekisLyf commented 3 years ago

I forgot that I don't have set up chmod for any file/directory

ShrekisLyf commented 3 years ago

This was the issue Thank you for telling me