| 1. |
Solve : Setting up a webserver for php-based content on localhost? |
|
Answer» Hello. I can not access the phpMyAdmin module correctly, as there is no "index.htm" or equivalent (Or i haven't found it) that relates to it.Go to http://localhost/phpmyadmin/ ?So you already have looked at a tutorial on Apache for Windows as a virtual local host server? If not, did you read this? Does the describe what you have done? The file index.php has to be KNOWN to Apache as the index file for the public directory. http://johnbokma.com/windows/apache-virtual-hosts-xp.html Pardon me if you already know all that.Looking around, it seems others are using the Windows service instead of Apache. There are many like this one: http://www.ehow.com/how_2069183_install-localhost-server-windows.html But some do it with Apache and server 2000. http://www.daniweb.com/forums/thread40167.html This one looks interesting: Quote PHP SetCookie with Localhost and ApacheI didn't understand what to do even after reading through those pages 4 times And kpac: i can't use http://localhost/ because "CometBird can't establish a connection to the server at localhost." Also, i forgot to mention that the are 2 htdocs folder, one in Apache's application folder and one in the XAMPP folder When accessing http://192.168.1.4/ i access the Apache htdocs folderHave you got other server packages installed? If you have, uninstall everything and start again with XAMPP.Well, i have reinstalled XAMPP now and i can access phpMyAdmin fine from localhost/phpMyAdmin so i guess this means it's solved. Thanks for taking your time to help |
|