比如这样一个名单
<form method="POST" action="add.php" name="add">
  User Name: <input type="text" name="UserName" size="50"><br>     
  <input type="submit" value="OK" name="B1"></p>
</form>如果我在text框里填的值有单引号'就会报:
Forbidden
You don't have permission to access /crm/detail.php on this server.Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.如果没有单引号就一切正常,这是什么回事?