Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » PHP Development Tools (PDT) » [Help] Configure PDT to run php in web page besides its default location
[Help] Configure PDT to run php in web page besides its default location [message #631441] Thu, 07 October 2010 14:43 Go to next message
No real name is currently offline No real nameFriend
Messages: 2
Registered: October 2010
Junior Member
Hey guys,

I'm trying out the PDT for PHP development. I am using XAMPP for Mac OSX so typically I would run my .php files in a browser like this:

http://localhost/~username/projectFolder/filename.php

I created a folder Elipse/projectFolder such that the web links should be:

http://localhost/~username/Eclipse/projectFolder/filename.ph p

I have all the files in the Eclipse/projectFolder directory but when I try run->run as php web page, it keeps going to

http://localhost/projectFolder/filename.php

I need it to be:

http://localhost/~username/projectFolder/filename.php

I tried playing around in run configuration and it doesn't seem to work. This is what I have tried:

run->run configurations->advanced

I checked "open in browser" and start debug from:
http://localhost/~username/projectFolder/filename.php

But after making the changes and clicking apply, it keeps going to http://localhost/projectFolder/filename.php

Please, please help.

Thanks!!!

Yko
Re: [Help] Configure PDT to run php in web page besides its default location [message #631442 is a reply to message #631441] Thu, 07 October 2010 14:45 Go to previous message
No real name is currently offline No real nameFriend
Messages: 2
Registered: October 2010
Junior Member
OK. Nevermind. I figured it out under run configurations->url

LOL.

Thanks.
Previous Topic:PHP files - Permission denied after CSV operation
Next Topic:Autocomplete with "new" contructor doesn'y show parameters
Goto Forum:
  


Current Time: Sat Apr 27 03:02:15 GMT 2024

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

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

Back to the top