如何访问XAMPP的htdocs目录的子文件夹?

时间:2016-03-25 01:18:36

标签: php xampp localhost htdocs

当我使用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;
}

0 个答案:

没有答案