Kindly help me to set up the chat rooms with the question2answer set up.
Steps followed :
1. Download and extract the files to your plugins folder (e.g. `qa-plugins/chat`).
2. Go to Admin > Plugin and click the link to set up the database tables.
3. Go to Admin > Pages and add a link to to the chat room in your menu.
4. By default the plugin uses the URL `example.com/chat`. You can change this to something else using Q2A's QA_CONST_PATH_MAP feature. First, change the "URL of link" field from `chat` to your preferred URL, e.g. `chinwag`. Then add this to your `qa-config.php` file:
$QA_CONST_PATH_MAP=array(
'chat' => 'chinwag',
);
But no help !
After following all the 4 steps, it gives me a error:
Not Found
The requested URL /edhoot.qa/chat was not found on this server.
Kindly help