I am using HMVC in codeigniter This is my file structure .
When i am accessing by
http://localhost/mysite/adminw/login
Than it is working fine but same as when i am calling
http://localhost/mysite/member-area/login
it will throw 404
Solves the issue.!
Codeigniter HMVC does not support "-" (Dash)
So i change my folder name with member-area to member and it start working
Rules foe naming in HMVC
Please check your codeigniter config file where dash is allow in url or not.