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
stijnr22
New
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:
0
Comments
The error page is not from Vanilla but Apache. This means that the request is not served from the correct directory. Try navigation to the /package directory.
My themes: pure | minusbaseline - My plugins: CSSedit | HTMLedit | InfiniteScroll | BirthdayModule | [all] - PM me about customizations
VanillaSkins.com - Plugins, Themes and Graphics for Vanillaforums OS
Do you mean accessing the forum with http://192.168.0.XX/package ?
If you mean that it is still not working
I am very basic and just a beginner...
I'm just now seeing that you set /var/www/package as the webroot. So if the forum is there, that should be correct.
Did you install and enable PHP for apache?
My themes: pure | minusbaseline - My plugins: CSSedit | HTMLedit | InfiniteScroll | BirthdayModule | [all] - PM me about customizations
VanillaSkins.com - Plugins, Themes and Graphics for Vanillaforums OS
Sorry that I am responding so late.
I am running ubuntu server 18.04 and I installed php and apache2.
I don't know ho to enable the php for apache....
Is there any guide for ubuntu to enable PHP for apache?
I used this guide for installing vanilla forums 2021.009, I did the same for version 3.3 and that is just workingfine
@stijnr22 sry, your post got caught in the spam filter.
Solved!
I did: