I have resolved this problem.
Since apache can't run php, it means apache can't realize that when i request a php file, it should hand it over to the php engine to parse the file. As a result, it just to send the file i requested.
Here are what i done(in httpd.conf):
[quote:65c8726331="barble"]I have resolved this problem.
Since apache can't run php, it means apache can't realize that when i request a php file, it should hand it over to the php engine to parse the file. As a result, it just to send the file i requested.
Here are what i done(in httpd.conf):