Currently, /var/www is used to store files to be served over the web. This comprises-
- A symlink
- A landing page to redirect users
- A
.htaccess file
Since we have to edit the Apache config to enable .htaccess usage, we may as well do all of this in one place, which would simplify the setup.
Currently, /var/www is used to store files to be served over the web. This comprises-
.htaccessfileSince we have to edit the Apache config to enable
.htaccessusage, we may as well do all of this in one place, which would simplify the setup.