Adding an external server in Aptana Studio 3

前端 未结 3 480
猫巷女王i
猫巷女王i 2020-12-10 15:29

How can I add an external server in Aptana Studio 3, since there is no Servers view?

Here are some instructions on how to do it but they both use Windows > Show vie

3条回答
  •  無奈伤痛
    2020-12-10 15:38

    I solved it by following method:

    1.find the httpd.conf in {path to Apache}/conf/, set the "DocumentRoot" value as your Aptana workspace.

    2.Run->Run Configurations.. choose a web browser, set the "Use base URL" value as http://localhost/{here is your project name}/

    3.run.

提交回复
热议问题