Drupal 8, 9 Installation Shared Web hosting

Drupal 8, 9 Installation Shared Web hosting

If you install Drupal 8, or 9 to shared hosting you must:

 

1) Install locally with composer and then migrate the programs and the database to the web hosting

2) Read the Drupal's site article

3) Perform the below tesks:

a)  Also note, it's possible to enable/disable CSS & JS aggregation in `settings.php` or `settings.local.php` by using 

$config['system.performance']['css']['preprocess'] = TRUE; // or FALSE
$config['system.performance']['js']['preprocess'] = TRUE; // or FALSE

sset to FALSE

b)  Check the permissiosn,These are the correct permissions for the sites folder and below

sites -> 755
sites/default -> 755
sites/default/files -> 775
sites/default/settings.php -> 444

More about the permissions

https://www.drupal.org/node/244924

Maybe this is also helpfull

https://www.drupal.org/project/file_permissions

Teachers Info

E. Katsaniotis, MSc

E. Katsaniotis, MSc

  • Experience: Since 2017 WordPress / Joomla
  • Website: https://wplecturer.com/
  • MSc   Software Systems Technology (1991) BSc BA CIS  (1989) Solaris 10 Admin 1 (2008) OCA DBA   11g  (2011)  Bio info: I started with WP in 2017, at the age of 55. I made this site in order to help others to learn it. My Web interests are WordPress, Joomla, Drupal, CodeIgniter, Gimp and, Moodle. I have worked as an Oracle...