When I run my file from aptana on firefox (I click the little green play button on Aptana) I get this link on my firefox:
http://127.0.0.1:8020/MyAccount/index.php
but that doesn't displays anything. If I change the port to 80 or just delete it like this:
http://127.0.0.1/MyAccount/index.php
then all works - the question is - how do I "tell" Aptana to go to the new link I have (so I can see the file) and what is generally the problem.
I use wamp server if that can help solving the problem.