This page is for common issues happening on the phpFox Mobile apps and our solutions

ISSUE: After installing RESTful API and Mobile API apps, we use phpFox Mobile app to log in our site but have error "Ops. Can not login"

Causes and Solutions

If you are using Apache server, perhaps the HTTP:Authorization header is disabled on your server. You should contact your hosting provider for help to enable HTTP:Authorization header

Or add following rules in .htaccess

RewriteCond %{HTTP:Authorization} ^(.*) 
RewriteRule .* - [e=HTTP_AUTHORIZATION:%1]