HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

4040 not found Vanilla 2021.009

I am always getting 404 error when I click a page on the forum.

Running apache2 version 2.4.46 and php 7.3.28.

Totally don't know what the problem is and I hope I can get it fixed.

On another server I am running vanilla 3.3 with the same configuration without any problems...

Anyone who knows what the problem is?


My apache configuration:

<VirtualHost *:80>
    DocumentRoot /var/www/package/
    ServerName 192.168.0.56

    <Directory /var/www/package/>
         Options FollowSymlinks
         AllowOverride All
         Require all granted
    </Directory>

    ErrorLog /var/log/apache2/vanilla_error.log
    CustomLog /var/log/apache2/vanilla_access.log combined

</VirtualHost>


Tagged:

Comments

Sign In or Register to comment.