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

Not Found #154

Open JoshuaVandaele opened 2 years ago

JoshuaVandaele commented 2 years ago

Heya, I have been trying to get this Uploader working but I keep facing an issue:

When I take a screenshot, it uploads it perfectly fine at the set location on my domain. However, the URL it returns throws a 404. "Not Found - The requested URL was not found on this server.", although the file is on the server.

I have done my best for my php.ini and apache2.conf files to follow the setup instructions, however, nothing seems to work. Help would be appreciated, as I am not really in my element.

1 Upon clicking the file name... 2

JoshuaVandaele commented 2 years ago

Edit: I found why! As it turns out, you have to edit the main .htaccess file as it pointed to / while I moved the folder to /sharex, silly me

Fluqzy commented 2 years ago

Yep, Rewrite must been enabled and configured in the .htaccess