/ 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
<Files *.php> Deny from All </Files>
You need to login to post a comment.
. Add the following to the .htaccess file at the root of the directory. This prevents php code from being executed
<Files *.php> Deny from All </Files>
You need to login to post a comment.