We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 210d96e commit 498aaeaCopy full SHA for 498aaea
README.md
@@ -54,6 +54,25 @@ The installation script will start automatically and guide you through the insta
54
* Admin - admin
55
* Password - pass
56
57
+#### note.
58
+
59
+- if you getting internal server error when you installed KChat in sub-directory please update .htaccess
60
61
+Uncomment and update RewriteBase
62
63
+ex.
64
+```
65
+RewriteBase /{{your-relative-url}}/
66
67
68
+- if message box not working try adding jquery in your code
69
70
71
72
+```html
73
+<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
74
75
76
#### Maintainers
77
78
- [Ganesh Kandu](https://github.com/GaneshKandu)
0 commit comments