I've tried to install Bolt 5 on A2 hosting (shared) as follow:
- Connect via ssh to the shared hosting account
- Move to public_html directory (
cd public_html) - Create the project as described via the official documentation:
composer create-project bolt/projectmy_project - Follow installation's instruction by setting up the database.
- Move the project files to the right location:
cp -r ./myproject/* ./and don't forget also the hidden files, including .htaccess - Load the webpage.
- [Error message]: Bolt - Installation error If you can read this, you've (probably) installed Bolt in the wrong folder. It's recommended to install Bolt outside the so-called web root, ...
- By following all the instruction displayed in the error message, no success.