1. Guarantee Web site malware removal (joomla, drupal, wordpress etc) - don't let your business get down due to virus, malware and blacklist problem.
  2. Recommended Web Hosting to help you doing business online with high performance. : Support ioncube, zend and all other hosting by default.
  3. Get free wordpress website transfer : up to 4 domains Find out more .... Click here to see other user testimonial

sucuri long 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 icon smile Step by step install wordpress multi user in localhost : make permalink work

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 icon smile Step by step install wordpress multi user in localhost : make permalink work

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

Related posts:

  1. Step by step install wordpress multi user in localhost : adding host
  2. Step by step install wpmu in VDS / VPS : Installation Process
  3. Step by Step Install Drupal on WampServer : Vhost and Clean URL
  4. Step by step install wpmu in VDS / VPS : Put wpmu inside vds
  5. Step by Step install Joomla with WampServer

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

  1. Thank u, this very useful for me

  2. I get an error when I hit Submit.
    Error establishing database connection.
    HELP!

  3. Ok. I managed to get through that.
    Now when I click Submit, I get a Redirect Loop Error from the browser.

    Firefox has detected that the server is redirecting the request for this address in a way that will never complete.

    HELP!

  4. I am having the same problem with the Redirect Loop Error. I get all the way through step 9, then:

    Redirect Loop

    Firefox has detected that the server is redirecting the request for this address in a way that will never complete.

    The browser has stopped trying to retrieve the requested item. The site is redirecting the request in a way that will never complete.

  5. how to make this hostname accessable to local area network ?, so another users can register to wpmu from another computers in the local area network

  6. [...] Setting on apache side on ‘Clean URL’ section can be read here. [...]

  7. Put

    remove_filter(‘template_redirect’, ‘redirect_canonical’);

    info the functions.php files for each template you have.

    It will make the redirect arror go away.

    http://patentgrp.com/wordpress

  8. Thank you very much for this tutorial.

    Good luck,
    Mokrane

Sorry, the comment form is closed at this time.

   
© 2011 Hosting Formula Suffusion theme by Sayontan Sinha