I'm really sorry as I'm sure this will have everyone sighing and rolling their eyes... but I have read the detailed explanation on mapping posted by Dimitri and I still can't figure out why my mapping isn't working.
I am running the JSAS Joomla WAMP server on my Windows XP machine. This maps a temporary w: drive with directories cgi-bin, home, tmp, user, www. When Apache is running it somehow sees the w: as equivalent to the unix/linux root directory "\" so the apache httpd.conf file can be set up like this:
ServerRoot "/usr/local/apache2"
Listen 85
ServerName localhost:85
DocumentRoot "/www/"
...
<Directory "/www/">
Options Indexes Includes
AllowOverride All
Order allow,deny
Allow from all
</Directory>
|
The PHP design I am working on is in w:\www\eTombolas and I am able to use the URL http://localhost:85/eTombolas/index.php to view the site.
I have my mapping set up like this:
When I navigate to the index.php file in PhpED and the click the debug button I get this
followed by popup
followed by this
It then places me in a copy of the server file which it says is unmapped to the local file
I have tried numerous variations but have totally failed to get the host and client files to map successfully.
Any help would be most appreciated.
Nick.