当我使用header()将用户重定向到我的htdocs目录的另一个文件夹时:
浏览器显示此错误。
我该如何解决这个问题?
elseif (preg_match('/^[آ ا ب پ ت ث ج چ ح خ د ذ ر ز ژ س ش ص ض ط ظ ع غ ف ق ک گ ل م ن و ه ی]/', $name) === 0){
header('Location: http://localhost/error/error1.php'); /* Redirect browser */
// /^[0-9][0-9][0-9][0-9]\/[0-9][0-9]\/[0-9][0-9]$/
$check_error = 1;
}