• Resolved hpontomudis

    (@hpontomudis)


    Please help me!
    I installed WAMP server in computer and am using wordpress 2.4.2. I have edited my blog, but how can I put in online as an online wordpress blog? thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • Remon

    (@remonlumapas)

    You need to upload your whole WordPres installation and database to your webhost. Be sure to update the wp-config.php, and your ‘siteurl’ and ‘home’ in your database wp_options after uploading.

    ^^ In-case you mean you want to host it on your computer. Left-Click the wamp logo in your system tray and click “put online”.

    Also, check to see if the Apache module “mod_rewrite” is active or “rewrite_module” (depending on Apache version). If it isn’t activated, activate it (needed later for decent permalinks).

    Now, edit your httpd.conf (apache config, accessible via Wamp tray-menu).
    Search for “directory”. Look for this (this is how it should look like)

    <Directory />
        Options All
        AllowOverride All
        Require all granted
    </Directory>

    ^^ Make sure all of those match (Caps needed)

    Also
    after those lines, you’ll find a few lines of comments then:

    Options Indexes FollowSymLinks

    more comments then:

    AllowOverride All

    more comments then:

    Require all granted

    ^^ Again, the first bits will be the same but the following words will differ, just make sure they match.

    Sorry for being rather vague, but I don’t want to make a majorly large tutorial…

    Good Luck with your site 🙂

    Thread Starter hpontomudis

    (@hpontomudis)

    Thanks guys!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Put my edited wordpress blog online!’ is closed to new replies.