Page tree
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

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]

 

 

 


  • No labels