MyBB Community Forums

Full Version: mybb without index
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I would like my forumĀ 
without the index.php page
how can I create a redirect, and do not use the index.php page?
@Mr_Joker you can add this code in htaccess

DirectoryIndex page.php 
but how can I create a redirect
BY www.site.com/index.php going to www.site.com
(2015-09-21, 03:38 PM)Mr_Joker Wrote: [ -> ]but how can I create a redirect
BY www.site.com/index.php going to www.site.com

but its automaticly http://www.site.com/index.php going to http://www.site.com
If you have index.php in you forum directory insert this code:

<?php

header("Location: page.php");