Nextcloud page unable to load /nextcloud

http://10.0.0.22/nextcloud

http://localhost - php page is loading fine
http://localhost/nextcloud - no page
https://localhost/nextcloud - no page

shah@SyncCloud:/etc/apache2/sites-available$ ls
000-default.conf default-ssl.conf nextcloud.conf nextcloud.conf.save
shah@SyncCloud:/etc/apache2/sites-available$

VirtualHost *:80>
DocumentRoot “/var/www/nextcloud”
ServerName nextcloud.synccloud.sg

    ErrorLog ${APACHE_LOG_DIR}/nextcloud.error
    CustomLog ${APACHE_LOG_DIR}/nextcloud.access combined

    <Directory /var/www/nextcloud/>
        Require all granted
        Options +FollowSymlinks +MultiViews
        AllowOverride All

       <IfModule mod_dav.c>
           Dav off
       </IfModule>

    SetEnv HOME /var/www/nextcloud
    SetEnv HTTP_HOME /var/www/nextcloud
    Satisfy Any

   </Directory>

Dear user,

how many topics you would like to start regardings same thing?

Stay with NextCloud unable to load

Please read the answers carefully and do not waste time for all of us, we are volunteers.

1 Like