0

Is it possible to have a PHP project located in a directory, say - mydir/development/php/myproject

and then when you click Run/Debug in Eclipse it gets automatically deployed to the apache /www webroot directory?

Jim_CS
  • 4,082
  • 13
  • 44
  • 80
  • 3
    If you map the webdirectory onto your project directory, you don't need to build + deploy even. That is probably most straight forward in your case. I do that for example with wordpress development. – hakre Jul 19 '12 at 10:36
  • 1
    Which webserver are you using? If apache, checkout the virtual host and/or the alias directive. – hakre Jul 19 '12 at 18:03

0 Answers0