Make apache use a specific .htaccess

Discussion in 'ISPConfig 3 Priority Support' started by djesys, Jun 12, 2018.

  1. djesys

    djesys Member

    Hi,
    I made this server work and installed nextcloud.
    Now I need apache to use the .htaccess, shipped with nextcloud, which I think is not the case.

    How do I do that ? thanks.

    EDIT:
    in a post from 2008, this is recommendend. does it still apply ?

    to be put into directives:

    Code:
    <Directory/var/www/clients/client0/web1">
    AllowOverride All
    </Directory>
     
    Last edited: Jun 12, 2018
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    No. .htaccess files are get applied automatically and allowOverride is already set to All.
     
    djesys likes this.

Share This Page