View Full Version : I want my site to go to the homepage, not the forum page..how?
jitsuboy
02-01-2011, 08:29 PM
Hi guys,
I've found threads talking about this, but not for 4.1.1
I can't located the Url redirection.
How do I make it go to my CMS homepage when i type in my site www.mysite.com??
thank you!:p
Lynne
02-01-2011, 09:45 PM
It should by default unless you edited the index.php page to point to the forum.php page.
jitsuboy
02-02-2011, 01:58 AM
Hi Lynne,
I had GlobalGold set up my .php. How would I go about changing it so that it goes to my CMS when I log onto the site?
Thanks in advanced.
Lynne
02-02-2011, 02:27 AM
Take a look at your index.php file and see if it looks like this which is default:
/**
* Use the CMS as the default script:
*/
require('content.php');
/**
* Use the forum as the default script:
*/
// require('forum.php');
jitsuboy
02-02-2011, 02:46 AM
How can I look at the .php that GlobalGold uploaded? Is it in my ACP?
Thanks and sorry..
Lynne
02-02-2011, 03:54 PM
You need to ftp to your site in order to see your files.
jitsuboy
02-05-2011, 01:36 AM
How exactly do I FTP to my site to view these files?
Thanks Lynne
dprice
02-07-2011, 10:10 PM
You need to go to your web server control panel, not VB ACP, to do the URL redirect. You will see options there for the URL redirect
Everyone that lands on www.yoursite.com will automatically point to www.yoursite.com/forums or whatever.
Ask your web host provider how to get to the server administration/ CPANEL/root access.
As for FTPing into your site, you need to download something like CORE FTP (freeware) and you can see the files in your public_html directory, but what you need is in the web server control itself. You can also view/edit files from there as well.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.