xampp |
xampp |
![]()
Post
#1
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Designer Posts: 5,880 Joined: Nov 2007 Member No: 593,382 ![]() |
Theres probably other threads like this but how do I get xampp to work? And I'm not trying to setup a web server. Just a local host to test out my php websites cause I dont want to have to do it all on the server.
I just want to be able to take the whole site off the server ans run it on my computr until im ready to go live. Links or tutorials would be great. |
|
|
![]() |
![]()
Post
#2
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Designer Posts: 5,880 Joined: Nov 2007 Member No: 593,382 ![]() |
ive tried. and cj i dont want a webserver. Like i dont want to a ip address on the web. Basically a better question would have been how can I run php files on my computer? Not on the server. I have googled everywhere but I havent even found instructions on where you put files.
|
|
|
![]()
Post
#3
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() ![]() Group: Administrator Posts: 2,648 Joined: Apr 2008 Member No: 639,265 ![]() |
ive tried. and cj i dont want a webserver. Like i dont want to a ip address on the web. Basically a better question would have been how can I run php files on my computer? Not on the server. I have googled everywhere but I havent even found instructions on where you put files. I think on Apache, the "root" directory is in /var/www/htdocs or something like that (someone else can correct me if I'm wrong. You basically put the files you want to serve in that root directory, fire up the web server, open a browser window, and go to http://localhost to interact with your website. If you want to use PHP, you may have to enable/setup PHP (don't think Apache does that by default), although if you installed a distribution like XAMPP, it's probably already set up. (P.S. If you're using Windows, I don't know what your root directory for Apache is.) |
|
|
![]() ![]() |