hi
you can try the mentioned part for auto folder and chmod
time on video 3:27
but I doubt it will work because of this
A web host with PHP 5.4 or higher MySQL database w / remote connections
PHP modules: mbstring, php-xml, openssl, curl
PHP config: url_allow_fopen enabled
i can’t go to the “boutique/admin” else it say “403 Forbidden
The website’s configuration prevents you from accessing this page.”
In the boutique/admin folder is a .htaccess file which says “deny from all”. It looks like it’s supposed to be used to whitelist access to specific IP addresses only.
You could whitelist your own IP address by adding a line like allow from 1.2.3.4 to the file (where 1.2.3.4 is your IP address) or remove the file to allow anyone to access the admin pages (depending on whether there is an additional authentication system).