Reputation: 632
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.
Upvotes: 2
Views: 379
Reputation: 1058
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.
Upvotes: 1