Sorry if a bit of a basic question but my first install of Drupal, was going to do a multi-site install but decided perhaps simpler to get a single site one working first.

In my case which is the web root folder, is it:
/var/www/vhosts/mydomain.co.uk/subdomains/mysubdomain/
or
/var/www/vhosts/mydomain.co.uk/subdomains/mysubdomain//httpdocs

Thanks,

Comments

vm’s picture

the public web root is /var/www/vhosts/mydomain.co.uk/

if you place an index.html file in there and call the domain in the browser it should render.

msema’s picture

Hi there, in my case i did a local installation on xampp.

So i don´t know where should i run composer to install de modules.

Should i run in xampp\htdocs\aprender

or in the xampp\htdocs\aprender\web

Thank you

mmjvb’s picture

Looks like your project folder is xampp\htdocs\aprender. Verify by looking for composer.json and composer.lock in that folder.

msema’s picture

That is it, thank you very much mmjvb.