Le 23/02/2018 à 15:24, Kent West a écrit :
On Fri, Feb 23, 2018 at 1:18 AM, mlrx <m...@18informatique.com> wrote:
Hello,

is the simplest way be something like this (?) :

vhost1 : actual WP conf
vhost2 : DocumentRoot = WP directory
          DirectoryIndex index.html

In index.html, the button links to vhost1/index.php.



I apologize for being uneducated about Apache2, but I'm not quite up on
"vhost". Are your lines above something I should put verbatim into my
/etc/apache2/sites-enabled/sitename.conf file, or am I supposed to tailor
them to my specific settings, and if so, I really have no idea how to go
about doing that.

Thanks!

Hello,

vhost = virtual host = 1 web site (short way)
You need one file per vhost in sites-available/

Wath I suggest is to configure -for ex.- :
- vhostA with domain.tld
    DirectoryIndex index.html
- vhostB with sub.domain.tld (actual WP)
    DirectoryIndex index.php

I would like to point a detail:
This directive
    DirectoryIndex index.php index.html
mean
    serve index.php 1st if exists else serve index.html 1st

Am I better for understanding?


Regards,
--
benoist

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to