【发布时间】:2016-02-18 11:02:46
【问题描述】:
如何自动重定向thankyou.php页面以下载位于不同目录的“.DAT”文件。
文件目录 = http://domain.com/storage/file.dat 虽然thankyou.php 可在root http://domain.com/thankyou.php
感谢大家回答我的问题。
在我非常感谢@bruno-fidelis 之后,我收到了有关下载文件的以下错误消息。我的意思是当文件被下载并打开时,我会收到此错误消息
<html>
<head>
<title>Thank You</title>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
</head>
<body>
<br />
<b>Warning</b>: readfile(http://domain.com/path/to/file/filename.dat): failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found
in <b>/home/user/public_html/dir/success.php</b> on line <b>159</b><br />
警告:filesize(): stat failed for http://domain.com/path/to/file/filename.dat in /home/user/public_html/dir/success.php 行 160
【问题讨论】:
-
我试过这个但它不起作用
-
发布您的无效代码!
-
在this answer你可以找到详细信息。