Xampp is superb:
http://www.apachefriends.org/en/xampp-windows.html
A default xampp install ? Use the below in your wp-config.php
// ** MySQL settings ** //
define(‘DB_NAME’, ‘wordpress’); // The name of the database
define(‘DB_USER’, ‘root’); // Your MySQL username
define(‘DB_PASSWORD’, ”); // …and password
define(‘DB_HOST’, ‘localhost’); // 99% chance you won’t need to change this value
If netbeans with tomcat is already installed, is it possible to use that to run/test php also? Any links on that, if it’s possible?
podz, i’ve already installed the server.
well, there was something strange that happens. when i type 127.0.0.1/blog
it showed up my blog, but all the links were back to my old website; what i meant are the comments, and entry permanent links etc…..
why is that? thanks
siteurl and home values need altering to what it is now.
http://www.tamba2.org.uk/wordpress/site-url/
:)got it work, thanks…..there’re still definitely many more to change coz i’ve added lots of plugins……:(