简体   繁体   English

如何禁用aptana内部浏览器

[英]how to disable aptana internal browser

php file and when i run it , it runs in the Internal web browser in aptana , while when I run blabla.html it runs through firefox , I just want the php file to run just like the html , and disable that annoying Internal browser. php文件,当我运行它时,它在aptana的Internal Web浏览器中运行,而当我运行blabla.html时,它通过firefox运行,我只希望php文件像html一样运行,并禁用该烦人的Internal浏览器。

also would like to know what's the difference between (aptana) http://127.0.0.1:8000/blabla.php and (xampp) http://localhost/blabla.php 也想知道(aptana)http://127.0.0.1:8000/blabla.php和(xampp)http://localhost/blabla.php有什么区别

thanks in advance 提前致谢

I don't think this is a programming question. 我认为这不是编程问题。 There's no code involved in changing the user settings. 更改用户设置没有涉及任何代码。 Anyway: http://docs.aptana.com/docs/index.php/Setting_up_your_web_browser_configuration - Look around there. 无论如何: http ://docs.aptana.com/docs/index.php/Setting_up_your_web_browser_configuration-到处看看。

And the difference between your two webservers is the port number :8000. 您的两个Web服务器之间的区别是端口号:8000。 The name "localhost" references 127.0.0.1, too. 名称“ localhost”也引用127.0.0.1。 As for any configuration differences, you should consult phpinfo() on each. 至于任何配置差异,您应该在每个上查询phpinfo()。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM