/ Published in: HTML
. Add the following to the .htaccess file at the root of the directory. This prevents php code from being executed
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<Files *.php> Deny from All </Files>