Xenthys / ShareXen

ShareXen - Another ShareX Custom Uploader PHP Script
MIT License
102 stars 22 forks source link

Removing file extensions from URL #2

Closed coltoutram closed 5 years ago

coltoutram commented 5 years ago

Is there a way to remove the file extensions from the URL? I use a rewrite rule on my webserver to remove them. It doesn't rename the file but just means you can access the links without the .png at the end.

Example: test.com/test.png = test.com/test

Xenthys commented 5 years ago

Implemented, you can now use the URL_STRIP_EXTENSION constant for that purpose.