diff --git a/lib/Cake/Console/Command/ServerShell.php b/lib/Cake/Console/Command/ServerShell.php index d4f9a929e..d38816463 100644 --- a/lib/Cake/Console/Command/ServerShell.php +++ b/lib/Cake/Console/Command/ServerShell.php @@ -129,7 +129,7 @@ class ServerShell extends AppShell { $this->_host, $this->_port, $this->_documentRoot, - WEBROOT_DIR . '/index.php' + WWW_ROOT . '/index.php' ); $port = ($this->_port == self::DEFAULT_PORT) ? '' : ':' . $this->_port;