Forum Moderators: coopster

Message Too Old, No Replies

Email Form Problem

Access Problems

         

madcat

10:52 pm on Feb 19, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Hi-

I have a simple email form (php) that asks you to supply a referer domain for the site:

$domains = array(
0 => 'yoursite.com'
);

Recently, after submitting the form, people get an 'access denied' error message. This doesn't happen on my computer, just remote computers. It has been working without any problems for several months. The problem started just a few days ago.

What might be a reason for this change? Any help is appreciated!

jatar_k

4:34 pm on Feb 20, 2003 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



Not totally sure, I think you have to get someone on a denied machine (even better yourself) to tell you the exact error message and then test a few things. Seems like a strange thing to have happen.

Were you changing something at the time or are there any similarities between the machines in question. Geo location, ISP, OS, browser or anything else that might give you a clue.

madcat

5:42 pm on Feb 21, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I think that PHP was upgraded on the server. That was causing the inconsistencies.