I've encountered the following problem in the last 24 hours.
When I submit this form, I get a 403 error. The problem is the input:file, apparently attempting to upload a file via form is a security issue. In order to pinpoint this problem, I wasted an hour of my time because it was in a 90kb PHP script that was working normally until now. I've also had to postpone a meeting/presentation with my client because of this issue.Code:<form enctype="multipart/form-data" method="post" action="test.html"> <input type="file" name="fileupload" /> <input type="submit" value="Click me to see the problem" /> </form>
So when I contacted support, I got the reply that it's a violation of some mod_security rule and the tech support guy's solution was to disable this rule for test.html file ONLY(the file that I put up to illustrate the problem). I've told him to disable this rule permanently for all domains/files under my account and I'm still waiting for a reply.
This is not the first time I've wasted my time because of Eukhost security "features". I'm also using around 50 different hosting providers (that host the sites of my clients) and not one of them has such restrictive security settings.
Security that protects my site by disabling it is worse than useless.


(the file that I put up to illustrate the problem). I've told him to disable this rule permanently for all domains/files under my account and I'm still waiting for a reply.
Reply With Quote

