Trying to set up a Wordpress MU installation on my home Ubuntu Linux server setup.
- Installed LAMP.
- Downloaded Wordpress MU.
- Copied files to Apache root WWW folder.
- Created a MySQL user account.
- Created wordpress database
- Granted proper access to new user over wordpress database.
- Went to: localhost
- Got to this error message:
Looked around and around and around and finally came up with this solution:Warning!
Installing to http://localhost/ is not supported. Please use http://localhost.localdomain/ instead.
> sudo vi /etc/hostsChange this line:
127.0.0.1 localhostto read:
127.0.0.1 localhost localhost.localdomain
Then you just browse to:
localhost.localdomain
Yeesh.
No comments :
Post a Comment