I installed the chat plugin from https://github.com/svivian/q2a-chat-room
I added the link in the pages section of admin. The link is http://127.0.0.1/qa/chat. I get a 404 error.
I tried going to http://127.0.0.1/qa/index.php/chat. Now I get a wierd json response
QA_AJAX_RESPONSE
1
{"userid":"1","username":"admin","posted":"2017-06-18 18:35:18","posted_utc":"2017-06-18T18:35:18Z","message":"Hello","postid":3}
Why is the link wrong and why do I get wierd json even if I manually go to what I think is the right link?