[thelist] php/apache config issue?

Mark Groen evolt at markgroen.com
Fri Feb 17 16:50:43 CST 2006


On Fri, 2006-02-17 at 08:51 -0800, Tom Dell'Aringa wrote:

> The requested URL /php/php.exe/index.php was not found on this server.

> c:/php
> c:/Apache/htdocs
> 
> The log tells me:
> [error] [client 127.0.0.1] File does not exist: c:/apache/htdocs/php/php.exe/index.php

If you installed the software at the root of your web site, then the
path on your system to the index.php file if the path to Apache is
correct should be c:/Apache/htdocs/index.php

The php.exe has nothing to do with Drupal, that looks more like the php
program that runs with Apache itself, not the software your trying to
install.

It's the configuration of Drupal you want to be looking at, seems Apache
is working okay if you're getting an error message like that. Somewhere
in your Drupal config (sites/default/settings.php) it's been set that
the index.php to get the ball rolling is:

c:/apache/htdocs/php/php.exe/index.php which as you know doesn't work,
your Apache config is saying (correctly) the place where web files are
stored is:

c:/Apache/htdocs/index.php - so check your Drupal config to see if that
matches: c:/Apache/htdocs/index.php






More information about the thelist mailing list