I’m attempting to disable python execution for a certain directory. I’ve tried adding the following to .htaccess in that folder:
RemoveHandler .py
AddType text/plain .py
Neither one does anything. Any ideas? I just want the files to show up as normal text.