I am fairly new to this and I am trying to do something simple. I set up my drupal site in /var/www/html/drupal. When I visit my site, the default page for port 80 is the Apache Testing 123 site, I need to go to my domain.com/drupal to see my site. I tried using virtual hosts to point everything over to Drupal but when I enable the link for site-enabled, my site is missing information. I can see it, but pictures are missing, I can even login to the backend but then every page says that there is no content available to display. Does anyone know what is causing this?

I am running Drupal 8.3.2 on CentOS 7 with MariaDB.

Comments

VM’s picture

set base url in settings.php and test - no help? reverse and set rewrite base in .htaccess and test.

mmjvb’s picture

The DocumentRoot should map to the drupal folder. Your base_url shouldn't contain the drupal folder, nor does the drupal/.htaccess.