Jump to content

How to allow the Marketplace in htaccess?


Recommended Posts

I'd like to configure and test plugins on my authorized test url before putting them on the live server. I get this error when I try to connect to the Marketplace in the dashboard:

"There was an error authenticating with the Marketplace. Please try again later or contact technical support for assistance."

I've confirmed this is because I've password protected the site. I know it's the issue because it works when I remove the password.

I saw in another thread I need to whitelist /index.php?app=core&module=system&controller=marketplace

How do I do this? None of the instructions I've around found the internet have worked.

This is what I have in htaccess:

AuthType Basic
AuthName "Restricted Access"
AuthUserFile /home/mywebsite/public_html/.htpasswd
Require valid-user

 

Edited by Hezeber
Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...