Adding a Server Location Path Map
This procedure describes how to add a Path Map to a server so that files which are called from a certain location on the server will be searched for in a local location during PHP Web Page debugging .
See Path Mapping for more details
To add a Path Map to a server:
- Open the PHP Servers Preferences Page by going to Window | Preferences on the Menu Bar and selecting PHP | PHP Servers from the Preferences list.
- Select the server on which you would like to create the Path Map and click Edit.
- In the Edit Server dialog, select the Path Mapping tab.
- Click Add.
- An Add new Path Mapping dialog appears.
- Enter the Server Path from which you would like to create the Path Map. Files called from this location will be searched for in the path specified below.
- Select either the 'Path in Workspace' or 'Path in File System' option and click Browse to specify the location.
- Click OK.
Your Path Map will be added to your server list.
The next time a file is called from the Path on Server, it will be searched for in the local location you have specified.
Note:
Path Mapping can also be set automatically during Debugging . See the Path Mapping topic for more details.