I have installed v bulletin 4.0. And now i have 3 pages contant.php/ forum.php and blog.php But when i am opening my site the content.php open as default page. Please tell me how can i set my forum.php page on Home page. Like forum.digitalpoint.com works. when i have disable the CMS from admin panel, than now it is opening like that :- mywebsitename.com/forum.php After disabling the CMS it also not open on home page. Please help me how can i set my forum on home page. I want to open my forum on home page and others would be like page. content.php and blog.php. Please help me and tell me the steps how i can do this. thanks
In index.php find /** * Use the CMS as the default script: */ require('content.php'); PHP: Replace with /** * Use the CMS as the default script: */ require('forum.php'); PHP: