Hi,
I made a basic PHP upload system in order to allow file uploads to my server. The only problem I run into is that I want to be able to upload .php files (and other possible files that are executed by the webserver before being sent to the client), but those files should not be executed, for the obvious reasons.
I assume this should be possible trough the .htaccess file, but I have no idea how. Any suggestions?