Installed vb4 on public_html. However when you go to www.mysite.com it redirects to www.mysite.com/forum.php. I have looked at all my settings and they are set to www.mysite.com but the site still redirects to www.mysite.com/forum.php. How do I change this?
Forum does not show on root url
Collapse
X
-
Hello
it seems that you have disabled your CMS from the Products page in your Admin CP, but your index.php still call content.php (as the default)
go to your index.php source
comment this
PHP Code:require('content.php');
PHP Code:// require('forum.php');
then things will be fineComment
-
Related Topics
Collapse
-
by Nt_loaderHello
How can I make the forum topics my main page?
For example, I want this page to be the main page when people come to my site:
http://www.and-againsoccer...-
Channel: Support Issues & Questions
Sat 11 Mar '17, 7:39am -
Comment