I have a website which uses the custom 404 error handling in PHP/Apache to display specific pages.
e.g. http://metachat.org/recent
Ben bu yapmanın kötü bir yoldur bir his var, ama ben miras kod ...
Sayfa en tarayıcılarda düzgün görüntüler, ancak ben AVG Anti-Virus sayfasını kaçırma ve dışına 404 sayfaya yönlendirmek bir durum alıyorum.
Ben bir başlık (Durum: 200 OK) zorlamak için denedim PHP başlık komutunu kullanarak, ama ben sayfanın kıvırmak-I yaparsanız, ben şu olsun ...
HTTP/1.1 404 Not Found
Date: Fri, 03 Oct 2008 11:43:01 GMT
Server: Apache/2.0.54 (Debian GNU/Linux) DAV/2 SVN/1.1.4 PHP/4.3.10-16 mod_ssl/2
.0.54 OpenSSL/0.9.7e
X-Powered-By: PHP/4.3.10-16
Status: 200 OK
Content-Type: text/html
I guess that first line is the line AVG traps for its forced redirect. Without rewriting the software to use Mod_rewrite (which I don't really understand), how can I (in PHP) stop the "HTTP:/1/1 404 Not Found" line being sent in the headers when displaying this page?
Teşekkürler.