I am able to set it up locally but would like to host it on my own website.
feedback
|
migrated from stackoverflow.com May 17 '10 at 6:19
This question came from our site for professional and enthusiast programmers.
|
You cannot set apache up on a website, only on a server. Apache is an application that handles http requests on your ip, so installing it makes having a website possible. | |||
feedback
|
|
The documentation looks pretty straight forward (assuming that you have the requirements - Webserver, PHP, MySQL). Just download the Stable version, extract it (following the Extraction section) and then follow the rest of the install instructions (replacing localhost with whatever the URL for your website is - eg. example.com). | |||
|
feedback
|