尝试提交表单时收到以下错误:
您无权访问此服务器上的/refstyle/displayfile.php。
此外,尝试使用ErrorDocument处理请求时遇到404 Not Found错误。
php代码:
<form action="" method="POST">
<button type="submit">Save</button>
<textarea name="style" id="refstyle"><?php echo file_get_contents("example.bib");?></textarea>
</form>
如果我删除表单,一切正常。搜索了很多,但没有一个工作。
答案 0 :(得分:1)
当我遇到这个问题时,我不得不跑:
chmod 755 [filename]
来自shell的,解决了这个问题。