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

accessing files from the / directory #143

Open ItsCryptic opened 3 years ago

ItsCryptic commented 3 years ago

I have everything setup properly but even with my file access path going to / I cannot access anything from there, I seem to just get a 404 error, is there any fix for this?

ItsCryptic commented 3 years ago

firefox_9lHnYlw2cO image

Here are images

theaquarium commented 3 years ago

Can you check that you aren't getting any errors in your Apache logs (specifically ones related to .htaccess or rewrite.php)?

ItsCryptic commented 3 years ago

Can you check that you aren't getting any errors in your Apache logs (specifically ones related to .htaccess or rewrite.php)?

I can check now!

ItsCryptic commented 3 years ago

No errors from what it seems, it makes the file in the u/ directory but it doesn't seem to like the rewrite operation?

ItsCryptic commented 3 years ago

https://i.kevind.me/u/vMcYig.png this is my htaccess file