2

After I install a custom theme on my bitnami opencart, some folder show

You don't have permission to access /system/config/revslider/rs-plugin/css/settings.css on this server.

I tried chmod 755,777, 775, 644 on files and and folders but nothing works.

mootmoot
  • 12,845
  • 5
  • 47
  • 44

1 Answers1

1

Why do you have CSS files at /opt/bitnami/apps/opencart/htdocs/system/config/? That folder should only contain the php configuration files.

All the CSS files should be under /opt/bitnami/apps/opencart/htdocs/admin/view/javascript/ or /opt/bitnami/apps/opencart/htdocs/catalog/view/javascript/.

As you mentioned the htaccess configuration protects the /opt/bitnami/apps/opencart/htdocs/system/ directory but Bitnami does it because of security reasons and you should not change that.

Juan Ariza
  • 1,038
  • 5
  • 10