PDA

View Full Version : 2 important questions!


p30rayan
07-15-2010, 11:05 AM
hi

i upgrade my vbulltein forum to vb suite 4.0.4 with cms an blog!

but now when i go to my forum , the cms is load first!


my site now go to : http://mye.ir/forum/content.php

i want when a person type http://mye.ir/forum/ go to http://mye.ir/forum/forum.php

how can i do this?

Videx
07-16-2010, 11:11 PM
Edit your index.php file and do what it says at the end./**
* You can choose the default script here. Uncomment the appropriate line
* to set the default script. Note: Only uncomment one of these, you must
* add // to comment out the script(s) that you DO NOT want to use as your
* default script.
*
* You can choose the default script even if you do not plan to move this
* file to the root of your website.
*/

/**
* Use the CMS as the default script:
*/

require('content.php');


/**
* Use the forum as the default script:
*/

// require('forum.php');