|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2009-06-28 18:18 UTC] jmertic@php.net
[2009-07-06 01:00 UTC] php-bugs at lists dot php dot net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Tue Dec 02 13:00:01 2025 UTC |
Description: ------------ I installed PHP-CGI with Apache2 and used the MSI-Installer. My Programs are in The Folder D:\Web-Server\Programme\Apache\ D:\Web-Server\Programme\PHP 5.9.2\ and the htdocs are D:\Web-Server\Programme\Apache\htdocs\ Reproduce code: --------------- test.php: <?php echo("test"); ?> Expected result: ---------------- if i create in the htdocs-folder a test.php an access it thru http://localhost/test.php then I get a 404-Error. The Apache-Error-Logfiles show: [error] [client 62.*****] File does not exist: D:/Web-Server/Programme/Apache/htdocs/Web-Server Why is there the folder at the end and not the filename of test.php? I think it?s a Bug. Actual result: -------------- My doc_root = "D:\Web-Server\Programme\Apache\htdocs"