If you are installing ChatNet on NGNIX server, please add the following rules in your Nginx configuration file prior to the installation
location / { try_files $uri $uri/ /index.php?$args; }
location /subdirname/ { try_files $uri $uri/ /subdirname/index.php?$args; }
Replace subdirname with your sub directory name