Skip to content

Commit 498aaea

Browse files
authored
Readme updated
1 parent 210d96e commit 498aaea

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,25 @@ The installation script will start automatically and guide you through the insta
5454
* Admin - admin
5555
* Password - pass
5656

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+
ex.
71+
72+
```html
73+
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
74+
```
75+
5776
#### Maintainers
5877

5978
- [Ganesh Kandu](https://github.com/GaneshKandu)

0 commit comments

Comments
 (0)