I just installed my site locally to make it easier to test my pages.
Eclipse is configured to use the XAMPP server locally.
The problem is that I want to display my project in a specific place on my website.
T. In my Eclipse PHP project, I have a folder named
com
I want it displayed on
/com
in the website.
I tried to do this in the mapping section of the Eclipse server settings, but this did not work. When i type
http: // localhost / com /
It should go to my project folder, however, when I print another folder, it should use regular website folders.
How can i do this?
source share