MyBB Community Forums

Full Version: Installation Problem( Please Help!)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi, so I have a vps with a working version of apache on the centos os.




https://gyazo.com/2cbb615baad64ed4a7b4e7e434af3de9


I go into the /var/www/html folder.

Then I
wget http://resources.mybb.com/downloads/mybb_1806.zip
  Everything goes fine.

Next,


unzip mybb_1806.zip

Everything Seems Fine.

I then proceed to delete the documentation folder and old mybb_1806.zip folder. Then I empty out the contents of the upload folder to just html and then delete the "Upload" folder.

Then I go to inc/config.default.php and rename it to config.php.

Next,
chmod 666 inc/config.php inc/settings.php
chmod 777 cache/ cache/themes/ uploads/ uploads/avatars/

Now when I visit my vps ip/install it just shows 

https://gyazo.com/e046f9ac48219f592cd1da9a80b02295



I have tried many times and I am just wondering what I am doing wrong.
You need to set index.php as a default document in your web server configuration.
How would I go about doing that?

btw: thanks for the reply.



I have tried create a new .htaccess file and edited with notepad and input DirectoryIndex index.php but still not working.
I have added index.php to DirectoryIndex index.php index.html.var in the .httpd.conf file and then went into the install directory and added a .htaccess file with #Alternate default index page
DirectoryIndex index.php and it still isn't working.

Also thanks for the help.
Did you restart apache after editing httpd.conf?