By Nick_C on
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
=-=
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.
xampp\htdocs\aprender\web
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
Run composer commands from your project folder
Looks like your project folder is xampp\htdocs\aprender. Verify by looking for composer.json and composer.lock in that folder.
Thank you
That is it, thank you very much mmjvb.