From owner-freebsd-questions@freebsd.org Tue Nov 21 12:47:46 2017 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A7913DEE013 for ; Tue, 21 Nov 2017 12:47:46 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: from mail-io0-x231.google.com (mail-io0-x231.google.com [IPv6:2607:f8b0:4001:c06::231]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6D65E6D308 for ; Tue, 21 Nov 2017 12:47:46 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: by mail-io0-x231.google.com with SMTP id g73so19261582ioj.8 for ; Tue, 21 Nov 2017 04:47:46 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to; bh=KtU/JJDmtF2/tId0fQ+9S6iS9iR1V5lUbBHQ+fCdXhM=; b=GhiHYPnMnwRTb9/fAVV3r5+E7CNKq9RJQNA2bGiA36M6oRj0G604Z9vSAbISSADcWM rGlOFpJi2bx7mGApPqMwqkQ++6OckK9fLJKalztJNhuKQB5T9UtopUagAcjq2ONB8rxP GoAwGcaBZXHTwghPzzrraHt7/IxhMxwLEvJJClh8cqjcZT4jDtyHRqIkx+BaYHkLcvQz wqFeF56ZIbdLL/LogmFHKMfjAQKLeCTmDZW2eGjlocu13aZpbNbUOVOxmNym+LTdYESn 4Kc+8GU6L8reFLKv4OZlhUW/ls/DzW+tdXOxMcjaA/7D1ILi7pfyMxPhI7zigAKZlHoV Q77g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to; bh=KtU/JJDmtF2/tId0fQ+9S6iS9iR1V5lUbBHQ+fCdXhM=; b=h7WrYSfvYKCoPkrD5M7uKVbjkJdFtEqGC6MyWMSBAevzZkihHWw9P2iA41e/LRb1rd zi57g/yOMT6UwijGV4S9M43KZ22FnzB8P2zsSUMdecoC/ZTB8dJ8d77ZXBMdiVpD8TFZ XNxuu7lRT+ROUJCiiV9NGF+IB4eSPK+bsx9jBHwFyL56BUwUIwpkJY3tKX6I7FpSbztX zsHqp1ZBsdL2waa+SkARfjLQuH54lSMbTyRSQBE0WOIKwBAW4NVGqTFgfERSVDucvWRX MHr8BDIkJ5cFbF5QxK1iYxEwgyHb4QE/KinJvlD7oS0lnRer5vnvj04y45bs4xewFEuW GxdQ== X-Gm-Message-State: AJaThX4+y/Hun1W/kWmnQ07mW//xwq6HMpe0eaTkLbtQBLt8pyy666Tw Tg8XwDT7kTgdH6DALZqlWc+XuCFxjf1KeAw1axM= X-Google-Smtp-Source: AGs4zMahHMVr+E13XgoMADhIzqyGTsqZaDNMYpmlsHsEMBK6rt+Muk78ePN+Gkix68T4k/S43acD3pMAA+gpwqJhAPY= X-Received: by 10.107.181.215 with SMTP id e206mr17941821iof.98.1511268465528; Tue, 21 Nov 2017 04:47:45 -0800 (PST) MIME-Version: 1.0 Received: by 10.2.138.114 with HTTP; Tue, 21 Nov 2017 04:47:45 -0800 (PST) In-Reply-To: References: From: Adam Vande More Date: Tue, 21 Nov 2017 06:47:45 -0600 Message-ID: Subject: Re: Moving Drupal created site to web root To: FreeBSD Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.25 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Nov 2017 12:47:46 -0000 On Tue, Nov 21, 2017 at 4:41 AM, Carmel NY wrote: > This question is really for users of Drupal. The ports system does not > install > Drupal in the web root as suggested by the authors, but into a separate > directory. =E2=80=9C/usr/local/www/drupal8=E2=80=9D. > > I have completed the creation of the site I am working on and now want to > move > it to the web root so it can be accessed via my regular domain name. Usin= g > =E2=80=9Cexample.com=E2=80=9D for instance, I want to access it using htt= p://example.com. > I > cannot find any specific documentation explaining how to accomplish that > under > FreeBSD. I know there must be users here that have done just that, and I > was > wondering how to achieve it. > > Thanks! > "web root" is arbitrary. Set it to your desired location if needed. See your web server documentation. --=20 Adam