I've been trying to work out how to disable all server side script execution for a particular directory (ideally using .htaccess) and I'm amazed how difficult it's been to find any solution. I thought I could do something with RemoveHandler in .htaccess to disable all handling of scripts, but that doesn't seem to work.
What's the correct way to do this?
Thanks.
What's the correct way to do this?
Thanks.