| Author |
Message |
Topic: 404 custom error page doesn't work! |
Guidance
Replies: 13
Views: 18227
|
|
| I compared with nanoweb, seems it's different $_SERVER that 'REDIRECT_STATUS=404' in nanoweb and 'REDIRECT_STATUS=200' in abyss. 200 is a fixed value in abyss config. |
Topic: CGI |
Guidance
Replies: 13
Views: 29878
|
|
| I want to try CGI executable written with C/C++, how should I setup that at Abyss? |
Topic: 404 custom error page doesn't work! |
Guidance
Replies: 13
Views: 18227
|
|
| Email sent. Thanks in advance! |
Topic: 404 custom error page doesn't work! |
Guidance
Replies: 13
Views: 18227
|
|
| [Huge message (~47KB) removed by Aprelium] |
Topic: 404 custom error page doesn't work! |
Guidance
Replies: 13
Views: 18227
|
|
$url will be 'http://g.yi.org/f.php?f=13955' or relative one: '/f.php?f=13955' , both not work.
I mean, I saw the default 404 error page by Abyss, not the IE one:
<HTML><HEAD><TIT ... |
Topic: 404 custom error page doesn't work! |
Guidance
Replies: 13
Views: 18227
|
|
No matter:
header('Location: "' . $url.'"');
or
header('Location:"' . $url.'"');
or
header('Location: ' . $url);
or
header('Location:' . $url);
all same problem :( |
Topic: 404 custom error page doesn't work! |
Guidance
Replies: 13
Views: 18227
|
|
What my 404 custom error handler page does is redirecting to an alternative page respectively. It works under apache and nanoweb server, but doesn't in Abyss.
I set:
404 /_scripts/404.php
... |
Topic: How to enable FastCGI? |
Guidance
Replies: 10
Views: 15414
|
|
| Is it possible to support FastCGI mode for PHP? And how? |
| |