How to run website on local machine

Hi,

I’ve FTP server hosting the website … in order to debug this website, I installed NETBEANS and copied all files into my local machine.Now, I’m not sure where is the root file that should the SDK start from. How can make the website run using local host ?

I appreciate any idea…

Thanks!

Easiest thing to get started with is to install a web server package for development, like WAMP. Move your website files into the WAMP htdocs folder and open http://localhost. If you want to work with multiple local websites you should add them to their own folders and set up virtual hosts with a sensible host name (ie someapp.local) pointing to each directory, which will let you access the site as http://someapp.local

Hi,

Thank you so much JimL for your reply. Your information has really helped me a lots.

Danielcruzz

Sponsor our Newsletter | Privacy Policy | Terms of Service