MyBB Community Forums

Full Version: AdminBB.bugs3.com
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Okay When You Open My Site : Here
The Index is Index of/
How Do i change it to' The Actual Forum Page Here
This is Off Of Self Hosting
So Please Give me support as soon as Possible So i can Fix the Issue
Use htaccess edits.
(2012-07-06, 05:19 AM)Omar G. Wrote: [ -> ]Use htaccess edits.
Tried that It f*d my stuff up and i had to restore my database
Make a new index.php file and place it here: http://adminbb.bugs3.com/
Then add the following code to that index.php file:

<?php
   header( 'Location: http://adminbb.bugs3.com/MyBB/' ) ;
?>
Try changing your destination in your host panel.
I didn't know htaccess could screw your database..

http://forums.digitalpoint.com/showthread.php?t=187035