• Resolved z0det

    (@z0det)


    Brackets wont load. I don’t know what the problem is.
    The tournament is with 8 contenders.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 16 through 19 (of 19 total)
  • Thread Starter z0det

    (@z0det)

    Okey. I will start troubleshooting. But i have all ready done some :/

    Thread Starter z0det

    (@z0det)

    I can now gladly say that i solved the problem. it was in apache2.conf
    The brackets are now loading in ?? Thank you for all your time. thumbs up for superb support <3 (i think i checked apache2.conf five or six times before and could not see the problem)

    Plugin Author Andrew Messier

    (@messyhair66)

    Thank goodness! I’d love to know what was off in the apache2.conf. I run a similar setup locally and it might help me some day.

    Okay if you don’t share – I’m happy it’s working for you.

    Thread Starter z0det

    (@z0det)


    I changed the config to look like this.
    ( /etc/apache2/apache2.conf )


    <Directory />
    Options FollowSymLinks
    AllowOverride ALL
    Require all granted
    </Directory>

    <Directory /usr/share>
    AllowOverride None
    Require all granted
    </Directory>

    <Directory /var/www/>
    Options Indexes FollowSymLinks
    AllowOverride ALL
    Require all granted
    </Directory>

Viewing 4 replies - 16 through 19 (of 19 total)
  • The topic ‘Brackets wont load’ is closed to new replies.