Drupal user login URL error

After a few months of not atending a project I tried to go back to it, but found that the tipical drupal url /user didn't work.

After a few misses I checked and found the non friendly URL wich is:

http://www.your-website-name.com/?q=user/login

or

http://www.your-website-name.com/?q=/user/login

Worked like a charm to get this mantainence/abandoned site back in to motion.

Foun the info in:

https://www.drupal.org/node/49302

Hope it helps!