I am very new to PhpED. I have it running in Windows XP, with a connection to an Apache server on another machine.
I got the mappings for my project working to where I am able to successfully edit and publish files within the document root - /var/www/html/... . However, I need to be able to work with files that are located in /var/www/ and /var/www/other-directories-than-html .
I have used the suggestions on this page, mostly to the good:
http://www.nusphere.com/kb/technicalfaq/howto_set_project_mapping.htm
When I try to publish to /var/www/, the new file is written to the Apache server at a location that matches an old directory mapping that I had made very early in my setup of PhpED. I deleted that mapping, and it does not show up in the mapping list for the project. But the publishing still occurs as if it is.
I can tell it is an old mapping because it uses an obsolete file path that is totally separate from the /var/ directory tree on my Apache server.
Where does PhpED store mappings in Windows XP? Maybe I need to do a manual delete?