lemberg / connfa-integration-server

Connfa CMS & Integration Server
Apache License 2.0
31 stars 43 forks source link

404 to my website, please help #18

Closed kenyiu6 closed 7 years ago

kenyiu6 commented 7 years ago

The solution is changed the AllowOverride to All

vpauk commented 7 years ago

@kenyiu6

Could you change DocumentRoot to /var/www/html/integration-server/public

Comment following section:

<Directory "/var/www">
    # Ignore the .htaccess file in this directory
    AllowOverride None
    # Allow open access
    Requiere all granted        
</Directory>

and after that restart web server