summaryrefslogtreecommitdiff
path: root/data/lighttpd/lighttpd-1.4.53/tests/docroot/www/indexfile/return-404.php
diff options
context:
space:
mode:
Diffstat (limited to 'data/lighttpd/lighttpd-1.4.53/tests/docroot/www/indexfile/return-404.php')
-rw-r--r--data/lighttpd/lighttpd-1.4.53/tests/docroot/www/indexfile/return-404.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/data/lighttpd/lighttpd-1.4.53/tests/docroot/www/indexfile/return-404.php b/data/lighttpd/lighttpd-1.4.53/tests/docroot/www/indexfile/return-404.php
new file mode 100644
index 000000000..2adaaeaa9
--- /dev/null
+++ b/data/lighttpd/lighttpd-1.4.53/tests/docroot/www/indexfile/return-404.php
@@ -0,0 +1,5 @@
+<?php
+ header("Status: 404");
+
+ print $_SERVER["PHP_SELF"];
+?>