Nirjonadda
Customer
CometChat Mobile App login issue with DBSEO Redirect Rules .we need to add www.mysite.com/cometchat than login working. Why not work www.mysite.com without adding /cometchat ? How to working without add /cometchat ? Also member/user does not know what he need to adding for login, User going to add only domain name. It impossible to login if CometChat Base URL is Modify. I have get Answers from Cometchat Support.
Hello,
The issue is due to the Redirect Rules in your .htaccess file. You can fixed the issue by commenting following lines in your .htaccess files:
RewriteCond %{REQUEST_URI} !(admincpforum/|dbseocp/|modcpforum/|cron|mobiquo|forumrunner|api\.php)
RewriteRule ^((archive/)?(.*\.php(/.*)?))$ dbseo.php [L,QSA]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !/(admincpforum|dbseocp|modcpforum|clientscript|cpstyles|images)/
RewriteRule ^(.+)$ dbseo.php [L,QSA]
Feel free to let us know in case you face any issues.
Warm Regards,
Warren Ratner
CometChat Team