Not Solved mybb without index
#1
Not Solved
I would like my forum 
without the index.php page
how can I create a redirect, and do not use the index.php page?
Reply
#2
Not Solved
@Mr_Joker you can add this code in htaccess

DirectoryIndex page.php 
My Projects - Support My Projects

Don't forget to rate posts!
Reply
#3
Not Solved
but how can I create a redirect
BY www.site.com/index.php going to www.site.com
Reply
#4
Not Solved
(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
Angel
Reply
#5
Not Solved
If you have index.php in you forum directory insert this code:

<?php

header("Location: page.php");
My Projects - Support My Projects

Don't forget to rate posts!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)