Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » PHP Development Tools (PDT) » Project -> Properties -> HTML Preview Where is PHP equivalent?
icon6.gif  Project -> Properties -> HTML Preview Where is PHP equivalent? [message #632400] Tue, 12 October 2010 18:59 Go to next message
machinegodzilla  is currently offline machinegodzilla Friend
Messages: 4
Registered: October 2010
Junior Member
Hi,

Could anyone point me to the place that is a PHP eqiuivalent of "Project -> Properties -> HTML Preview"? I need to configure the URL settings but cannot find the place so at the moment I have to change the path of every *.php file in the "Run PHP Web Page" dialog before I run it.

Thanks!

[Updated on: Tue, 12 October 2010 19:00]

Report message to a moderator

Re: Project -> Properties -> HTML Preview Where is PHP equivalent? [message #632402 is a reply to message #632400] Tue, 12 October 2010 19:17 Go to previous message
machinegodzilla  is currently offline machinegodzilla Friend
Messages: 4
Registered: October 2010
Junior Member
Ok, I found something in "Window -> Preferences -> PHP -> PHP Servers -> Edit -> Path Mapping" but it doesn't seem to work. I run the file and the default server is correct but the rest of the address is not as specified in the mapping.

Maybe at this point I will also write what I want to do. I try to run a file which is located at:

c:\project\some\path\to\the\file.php

but since I created an alias in apache config the actual path in the browser should be:

http://localhost:8080/alias/file.php

however when I run the file from eclipse it insist on using:

http://localhost:8080/some/path/to/the/file.php

How can I create a mapping?

[Updated on: Tue, 12 October 2010 19:34]

Report message to a moderator

Previous Topic:missing builder after distribution upgrade
Next Topic:How to upgrade to 2.2.1?
Goto Forum:
  


Current Time: Wed Sep 11 20:14:27 GMT 2024

Powered by FUDForum. Page generated in 0.03214 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top