php - how to disable aptana internal browser -
php file and when I run it, it runs in aptana in the internal web browser, whereas when I run blabla.html I run through Firefox, I just want to run the PHP file just like html, and disable that annoying internal browser.
Also would like to know what is the difference between aptana http://127.0.0.1: 8000 / bbala.fp and (xampp) http: //localhost/blabla.php
Thanks in advance
I do not think this is a programming question that includes any code in changing user settings. Not anyway: - Look around.
And the difference between your two webserver is the port number: 8000 the name "localhost" reference 127.0.0.1 also. For any configuration difference, you should consult phpinfo () on each
Comments
Post a Comment