Step by step install wordpress multi user in localhost : make permalink work

Recommended Wordpress Book :

  • WordPress Theme Design: A complete guide to creating professional WordPress themes Step by step install wordpress multi user in localhost : make permalink work
  • WordPress for Business Bloggers: Promote and grow your WordPress blog with advanced plug-ins, analytics, advertising, and SEO Step by step install wordpress multi user in localhost : make permalink work
  • WordPress Complete: A comprehensive, step-by-step guide on how to set up, customize, and market your blog using WordPress Step by step install wordpress multi user in localhost : make permalink work
  • In previous post I explain about adding host into my windows xp using : sample.com and testing if xampp lite work.

    Today I’ll continue on installation process of wpmu followed by making its permalink work.

    Here the steps :

    Installation wordpress multi user

    1. Extract wpmu and rename it to wpmu

    2. Move the folder into htdocs

    wpmu5 Step by step install wordpress multi user in localhost : make permalink work

    3. Don’t touch any config file as you usually do with usual wordpress file. Let it as is.

    Configuration

    4. Find file httpd.conf inside folder

    xampp-> apache -> conf

    using notepad

    5. Find these lines :

    #LoadModule rewrite_module modules/mod_rewrite.so

    remove # sign

    and this line

    <Directory />
    Options FollowSymLinks
    AllowOverride None
    Order deny,allow
    Deny from all
    </Directory>

    change into this :

    <Directory />
    Options FollowSymLinks
    AllowOverride FileInfo Options
    Order deny,allow
    Deny from all
    </Directory>

    save the file and restart xampp.

    6. Make new database from phpmyadmin

    wpmu6 Step by step install wordpress multi user in localhost : make permalink work

    I make database ‘wpmu

    7. Open browser, use this address :

    http://sample.com/wpmu

    8. It should show this page

    wpmu7 Step by step install wordpress multi user in localhost : make permalink work

    9. Continue to fill all information :

    1. Choose Subdirectories
    2. Database name -> wpmu
    3. Username -> root
    4. Password ->
    5. Database Host -> localhost
    6. Server address -> sample.com
    7. Site title -> Sample.com Blogs
    8. Email -> fill my email address

    Hit Submit button.

    wpmu8 Step by step install wordpress multi user in localhost : make permalink work

    Testing

    10. If installation process goes well, it will show this page

    wpmu9 Step by step install wordpress multi user in localhost : make permalink work

    11. Login and test to modify permalink

    wpmu10 Step by step install wordpress multi user in localhost : make permalink work

    12. Testing this permalink using ‘hello world’ post :-)

    wpmu11 Step by step install wordpress multi user in localhost : make permalink work

    Yes, till this step all configuration work well and you can try your wordpress multi user in your laptop.

    Play around with it, customize theme etc and when ready you may upload to dedicated hosting for organization, school etc.

    See you at the next tutorial :-)

    Related Reading:

    Using DrupalUsing Drupal

    With the recipes in this book, you can take full advantage of the vast collection of community-contributed modules that make the Drupal web framewo... Read More >

    Drupal For DummiesDrupal For Dummies

    Learn to set up, manage, and administer a Drupal Web site

    Drupal offers unparalleled flexibility for content-managed Web sites, but most ... Read More >

    Pro Drupal Development, Second EditionPro Drupal Development, Second Edition

    Widely praised for its in–depth coverage of Drupal internals, bestselling Pro Drupal Development has been completely updated for Drupal 6 in thi... Read More >

    Front End Drupal: Designing, Theming, ScriptingFront End Drupal: Designing, Theming, Scripting

    “For Drupal to succeed, we need books like this.”

    –Dries Buytaert, Drupal founder and project... Read More >

    Cracking Drupal: A Drop in the BucketCracking Drupal: A Drop in the BucketThe first book to reveal the vulnerabilities and security issues that exist in the sites that have been built with Drupal?and how to prevent them from... Read More >

    Thanks for reading, if you think this post help you please consider to buy me a beer

    Search Terms :

  • wordpress mu firefox has detected that the server is redirecting the request for this address in a way that will never complete
  • firefox has detected that the server is redirecting the request for this address in a way that will never complete
  • firefox has detected that the server is redirecting the request for this address in a way that will never complete wordpress mu
  • wordpress mu localhost
  • installing wordpress mu on localhost
  • install wordpress mu on xampp
  • wordpress permalinks localhost
  • localhost Firefox has detected that the server is redirecting the request for this address in a way that will never complete
  • install wordpress mu on localhost
  • error establishing a database connection localhost
  • error establishing a database connection wordpress mu
  • wordpress Firefox has detected that the server is redirecting the request for this address in a way that will never complete
  • how to installing wordpress mu on xampp
  • installing wordpress mu with xampp
  • how to install wordpress mu on localhost with wamp
  • httpd conf Firefox has detected that the server is redirecting the request for this address in a way that will never complete
  • how to install wpmu xmapp
  • installing wordpress mu on xampp
  • intall WP MU di localhost
  • wordpress mu install error establishing a database connection
    • Share/Bookmark
    Step By Step

    If you enjoyed this post, please consider to leave a comment or subscribe to the feed and get future articles delivered to your feed reader.

    Comments

    8 Responses to “Step by step install wordpress multi user in localhost : make permalink work”