Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to change the port from 8020 to 80 in Aptana 3.0

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.

like image 672
Alon Avatar asked Feb 22 '23 08:02

Alon


1 Answers

go to menu Run>Run configurations.

Once in there, go to the Web Browser section, choose your prefered web browser. On the right inside in the server section, tick the "Use selected Server" option and configure your server by following the instruction. When you enter the URL don't forget to add to the ip address followed by your project folder.

Hope this helps.

like image 80
Fred Avatar answered Feb 27 '23 22:02

Fred