vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 Design and Graphics Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=253)
-   -   I want my site to go to the homepage, not the forum page..how? (https://vborg.vbsupport.ru/showthread.php?t=258176)

jitsuboy 02-01-2011 08:29 PM

I want my site to go to the homepage, not the forum page..how?
 
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:
PHP Code:

/**
 * 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.


All times are GMT. The time now is 04:05 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01107 seconds
  • Memory Usage 1,724KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (8)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete