Blog as homepage
Anyway, what do I need to do to make the blog my homepage?
AdminCP --> vBulletin Options --> Site Name /URL/Contact Details
Set Homepage Name --> Whatever you want to call your Homepage
Set Homepage URL --> http://www.yourforumname.com/forum/blog.php (instead of index.php)
[EDIT] I've seen a post in this Forum which suggests this might not work and I have not tried it. In that thread a staff member suggested:
You would have to use a 301 redirect to send people to blog.php instead of index.php.
Another member suggested:
Create an index.php file with the following...
header( 'Location: http://www.urltoblog' ) ;
?>
...and upload it to your root directory. Change "urltoblog" with the url to your blog. If you have an index file there already that you don't want to overwrite be sure to back it up.
Regards,
AdminCP --> vBulletin Options --> Site Name /URL/Contact Details
Set Homepage Name --> Whatever you want to call your Homepage
Set Homepage URL --> http://www.yourforumname.com/forum/blog.php (instead of index.php)
[EDIT] I've seen a post in this Forum which suggests this might not work and I have not tried it. In that thread a staff member suggested:
You would have to use a 301 redirect to send people to blog.php instead of index.php.
Another member suggested:
Create an index.php file with the following...
header( 'Location: http://www.urltoblog' ) ;
?>
...and upload it to your root directory. Change "urltoblog" with the url to your blog. If you have an index file there already that you don't want to overwrite be sure to back it up.
Regards,
Thanks slappy!
#If you have any other info about this subject , Please add it free.# |

