• I finally surrendered t Linked-In Learning to better understand wp.
    Have a WampServer, and in its directory (www) I have a new folder there that I put the apporpriate wp files into. I must admit I’m stuck with the next issue, accessing this wordpress site. Are instructions for doing this different than for a site n the web? Please advice. Thank you!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Moderator bcworkz

    (@bcworkz)

    Sort of but not exactly. I don’t use WampServer, so the specifics for that type of installation may be off. But generally speaking, www may or may not be the public document root for the server, it depends on how the server is configured. Additionally, we can change that configuration, so even what is normal may not apply.

    I’ll assume you know at least that www is indeed the public document root for your installation. I’m also assuming you have not yet run the WP installation script. (it should run automatically on initial access) If you added another folder to document root (www) and placed WP files in that sub-folder, then include that folder in the requested path. If the folder you added was “mywp”, enter the following in your browser’s address bar: localhost/mywp/

    If that does not result in the installation script, request it directly with localhost/mywp/wp-admin/install.php

    Once you have WP properly setup, you can define aliases that enable you to directly access the /mywp/ folder without including the /mywp/ in the path. For example, the alias “clientwp” in place of localhost/dev/ could be how you access a particular /dev/ sub folder WP installation. Just FYI in case you have second thoughts about adding a folder. Don’t worry about how this is done right now. First get WP working through localhost/mywp/ or whatever your folder name is.

    Thread Starter blabberpen

    (@blabberpen)

    Thanks, bcworkz. I’ve moved closer to my goal, but am stumbling again.

    I have wordpress installed in a new site folder in the www directory.
    I clicked the myapache link in the wamp server, to create an alias.

    That I’ve done, but when I put in the entry at the second prompt, I get the response that no such link or server or whatever exists.

    For the record, the new file in my www directory that I installed the wp in is pandeetah. Under the apache link, as an alias I entered pandeetah (localhost/pandeetah/) but when I put where it is to connect to, I get the response that the entry I chose doesn’t exist. Thanks!

    Moderator bcworkz

    (@bcworkz)

    I’m sorry, I’m not familiar with how aliases are managed through WampServer. What I had in mind was using Apache’s VirtualHost. Unfortunately, location of this file varies, you’ll need to Google how to find it or enable it if it’s not already.

    Once enabled, as you can see from the linked example, it’s quite simple to setup. Remember to restart the server to get changes to take place.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Local Site Installation’ is closed to new replies.