Can someone explain me this?

You can use any regular text editor to open up HOSTS. Just make sure it’s running with administrator privileges.

“cd” into “msn-server”

wat

sorry if i’m anoying

The command cd, silly. :stuck_out_tongue:

(Basically lets you go back or go forward one level in a directory)

ok

i just did put something in hosts, now what ?

In this case, add this HOSTS entry as well before launching WLM 2012:

127.0.0.1 login.live.com

Make sure to remove it after testing, as the domain being redirected is still used for Microsoft SSO, and the HOSTS entry could end up barring you from using any existing Microsoft services.

Will I be done after that ?

Should be. :stuck_out_tongue:

:o

after that, i launch WLM 2012 and i’m done ?

Yes.

lol2

ermmm…

Check the console log to see what’s going on. Well, if you added the code to enable debugging. :stuck_out_tongue:

i haven’t, where’s the log ?

I have created a file like valtron said “settings local.py” with
“debug=true”
“debug msn=true”
“DEBUG_HTTP_REQUEST = True”

Note that variables and boolean types in Python are case-sensitive, so the following should look like this verbatim:

DEBUG = True
DEBUG_MSN = True
DEBUG_HTTP_REQUEST = True

it looks exactly like what you said.

Well then, the log should be printed out in the console you used to launched the server.

If i did everything correctly, where is the log ?

(the destination, like C:…)