[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[news.eclipse.technology.phoenix] Re: Unable to get WTP/PHPEclipse/XAMPP to work for Phoenix pages testing
|
To answer my own question:
The problem was that in the httpd.conf, there are TWO
places to change DocumentRoot.
This was documented:
DocumentRoot "c:/ews/phoenixPTP/ptp"
But this wasn't:
<Directory "c:/ews/phoenixPTP/ptp">
I know, I know, I should have read the comments in the httpd.conf :-)
The PhpBrowser now tries to do something.
Now I need to find those include files...
eclipse.org-common/system/app.class.php, etc...
...Beth