1. Home
  2. Docs
  3. CTH Directory Apps
  4. Known Problems
  5. Load site data error

Load site data error

First, please make sure that you setup explore page and connect app to your site. Read more details at: https://docs.cththemes.com/docs/cthdirectory-apps/installation/install-plugin-and-setup-app/

Did not work?

Try disable authentication

Edit your .htaccess file to add the code bellow

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

Or

RewriteCond %{HTTP:Authorization} ^(.*)
RewriteRule ^(.*) - [E=HTTP_AUTHORIZATION:%1]
SetEnvIf Authorization "(.*)" HTTP_AUTHORIZATION=$1

And please make sure that you are using https on your site.

Was this article helpful to you? Yes No

How can we help?