Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Problem in creating a new blog

@dkbuddy:

I suggest you reinstall your WPMU, install it in a domain, not subdirectory.

Before installing, you need to prepare a domain and a directory to be used as the document root of the domain.

1. Map your domain to the local IP in the hosts file.

For example:

127.0.0.1    mysite.dev
127.0.0.1 blog1.mysite.dev

2. Then you need to configure virtual host in your XAMPP installation. This way, XAMPP will use a specific directory to be used as the document root. Edit your apache configuration file. Usually it’s located inside your XAMPP installation (/opt/lampp). Add mysite.dev and use your WPMU installation directory as the docroot for mysite.dev

3. Restart your Apache, and make sure XAMPP display the content of your WPMU directory when you visit mysite.dev in via your browser. When it’s OK, you can start installing WPMU.

Skip to toolbar