This is a continuation of a tumbleweed question: Getting Forbidden error when saving pages with PHP
The host my client uses seems to use something to check/block potentially malicious scripts from being saved to the server. When I try to save a file that uses any PHP, it comes back Forbidden.
Mostly it's just include()
, and usually just one or two.
Anyone know of a way to safely keep my PHP intact when updating files via POST/PHP?
(I don't really need it to be able to add additional PHP, just keep what's in it.)
P.S. :: It works locally, just not on their host server.
I've been looking for days and haven't found a solution yet :/