Hi guys, trying to come up with a better security using the htaccess file, but adding this code gives an 500 error: https://travelcrestedbutte.com
# Restrict PHP File Execution
<Directory "/var/www/wp-content/uploads/">
<Files "*.php">
Order Deny,Allow
Deny from All
</Files>
</Directory>
Do you know, if there is a way around it?