• I installed WordPress using the Windows installer. Installed to a new file in inetpub as a new website. I used all of the default values and mapped to the file.

    I would like to build a new website using wordpress, but I don’t know how to launch wordpress. Please help.

    I built my current website using Dreamweaver. I would like to build a new website using wordpress.

    I don’t mind reading or learing, if someone would point me in right direction.

    I am an extreme newbie.

    Thanks.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Howdy,

    Have a thorough read of the ‘Installing WordPress Locally on Windows XP using XAMPP’ in the ‘Installing WordPress Locally’ section of:

    http://codex.wordpress.org/WordPress_Installation_Techniques

    Although it mentions XP, this also works with Win 7 and, perish the thought, Vista.

    Cheers!
    Lyle

    Thread Starter BigBillT57

    (@bigbillt57)

    In addition to the above, my original website is now down. It is in a different file from the WordPress installation. Please help.

    Thanks.

    Hi Bill,

    I have a few questions:

    When you said you installed WordPress using the windows installer, did you mean the Microsoft Web Platform Installer? Or do you mean an automated install via your host?

    Are you doing this on your own server or on a host? I assume it is not local as you mention your site is down.

    As the requirements page on WordPress.org details (Requirements) you need to have php version 5.2.4 or greater and MySQL version 5.0 or greater installed first. Depending on how you are hosted this is either up to your host or you will need to do it yourself.

    We must determine that both php and MySQL are working before we can see what is wrong with WordPress. If you believe these are installed, create a file called info.php all it should include is the following line:
    <?php phpinfo(); ?>

    Place that in your document root and launch a browser and open the file- http://example.com/info.php

    You should see a great deal of information (don’t post it here), but make sure you see it and make sure there is a section for MySQL.

    If info.php returns this information, then we can see what is wrong with the WordPress install. Make sure you look at the installation document. (Install Document)

    One more point, I use WordPress hosted on Windows. Keep in mind that I am in the minority. It can work and work well. However, if you must stick with Windows, are you stuck on Windows 2003? Switching to Windows Server 2008 or 2008 R2 will make things much easier. Switching to a traditional LAMP server would be even easier.

    Thread Starter BigBillT57

    (@bigbillt57)

    I did use Windows Web Platform Installer.

    My browser would not open the example file or another test file I created. My PHP installation is obviously not correct.

    I removed WordPress and PHP. I am going to load the LAMP stack on an oold server I have and try this from that server.

    Thank you for your help.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Windows 2003 Installation’ is closed to new replies.