MyBB Community Forums

Full Version: MyBB Installation don't working
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi i installed MyBB on debian 8 and after that i try to type ip vps on web browser but i got 
"

Not Found

The requested URL / was not found on this server.
"

I try too type host but i got 
"
Index of /
[font=Times New Roman]



[Image: folder.gif]
2014-08-30 12:00
-
 
[Image: folder.gif]
2016-03-21 17:00
-
 

"

It's my mybb.conf

<VirtualHost *:80>
ServerAdmin admin@IP HERE
DocumentRoot /var/www/html/mybb/
ServerName IP HERE
ServerAlias IP HERE
<Directory /var/www/html/mybb/>
Options FollowSymLinks
AllowOverride All
Order allow,deny
allow from all
</Directory>
ErrorLog /var/log/apache2/IP HERE-error_log
CustomLog /var/log/apache2/IP HERE-access_log common
</VirtualHost>