Just add this on your .htaccess in that directory and php will not be executed.
# Kill PHP Execution
<Files ~ "\.ph(?:p[345]?|t|tml)$">
deny from all
</Files>
January 16, 2019
How to deny execution of php on some directory
No Comments »
No comments yet.
RSS feed for comments on this post. TrackBack URL