Jump to content

mavitec

Members
  • Posts

    2
  • Joined

  • Last visited

Profile Information

  • Location
    España
  • Activity
    Other

mavitec's Achievements

  1. it seems that we have detected the problem. $_SERVER['PHP_AUTH_USER'] don't works with php-fpm. To solve, edit .htaccess and add just after RewriteEngine on the code: RewriteCond %{HTTP:Authorization} ^(.*) RewriteRule ^(.*) - [E=HTTP_AUTHORIZATION:%1]
  2. Hi, We have created an EC2 instance with prestashop bitnami and we are having trouble activating the webservice. when we put in browser key@site_url/api, authentication screen appears asking for user and password. We put the key as a user and password leave empty but keeps asking for authentication. We've been doing a lot of testing but cant found the problem. ¿Do we have to configure anything on the server? Any help would be appreciated I forgot, we have 1.6.1.4 version
×
×
  • Create New...