• I downloaded Wampserver to my PC (Windows 7). After downloading WordPress, I put it in the www folder. I pulled up localhost, then under my projects clicked wordpress. My browser says “this webpage is not available”. Any input would be a great help. Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • 1. Download wordpress and know where your unzipped “wordpress” folder is located.
    2. Know where your WAMP document root is – I would expect it to be c:\wamp\htdocs for a default install
    3. copy the wordpress folder to your document root folder and leave untouched (this will be you base to install multiple test wordpress sites).
    3. while in Windows Explorer at c:\wamp\htdocs your should now see a wordpress folder.
    4. make of copy of the wordpress folder which should create a folder named wordpress Copy.
    5. Rename your wordpress folder to you new site test name (something for you to make up) for example testsite1
    6. you should now have a folder c:\wamp\testsite1
    7. Verify your WAMP Apache and MySql servers are active
    8. Go to localhost/phpmyadmin in your browser (or how ever you get to phpMyAdmin in WAMP
    9. in phpMyAdmin Create a new database – your name choice – something like testdb1 (remember this, it is needed for the install)
    10. while still in phpMyAdmin go to databases and click your database
    11. while still in your new database click the Privileges tab
    12 Click add new user – again give any name and password you’d like just remember them (also make sure server is “localhost”) – for our example you should have something like user = testuser1 and password testpass1.
    13. ******* now you are ready to Install WordPress *******
    14. In you browser address window type localhost/testsite1/wp-admin hit enter and you should begin the wordpress install dialogue (which should begin with an offer to create your config file – let it and then it will ask for the database info from above.

    Hope this helps.

    I downloaded Wampserver to my PC (Windows 7). After downloading WordPress, I put it in the www folder.

    I do not recall all the fine details, but I recently did the same (after getting WAMP running) and then added wp-config.php and then just went directly to ‘http://localhost/wordpress/wp-admin/index.php’ and logged in (after having imported and edited a database). So, I am suggesting you need to deal with wp-config.php to make things work so you can do the initial installation…

    https://www.google.com/search?q=wamp+wordpress+windows+7
    https://www.google.com/search?q=wamp+wordpress+windows+7+wp-config

    Thread Starter donovanshane

    (@donovanshane)

    This was a big help guys, thank you!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘404 on my wamp install’ is closed to new replies.