vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   how do i?? (https://vborg.vbsupport.ru/showthread.php?t=151633)

Angel-Pie 07-07-2007 09:10 PM

how do i??
 
How do i make it so people actually have to go to the website address to get on the board? I looked for articles to explain how to but have come across nothing....


our actual site is www.tpggirlz.com
but when you enter that it takes you to
the index that shows files

I dont know how to make it our actual forum?

EnIgMa1234 07-07-2007 09:11 PM

Either add a .html or .php etc. file there or redirect it using cpanel to your forums

Angel-Pie 07-07-2007 09:43 PM

hmm sorry i dont think i understand?

Yours Truly 07-07-2007 09:44 PM

Put your forum in the root folder?

Angel-Pie 07-07-2007 09:46 PM

i feel so dumb because i dont understand how to even do that, i have never done it before, i know you have to go threw
public_html/tpgvb to get to my root folder?

snakes1100 07-07-2007 09:47 PM

You need a index.html or index.php or index.shtml to have a normal page in your root dir.

If a index page is missing from that dir, the dir & file structure will be displayed instead.

As YT pointed out, you can move your forums to your public_html folder instead of the forum folder.

Code:

<script>

//Browser redirect Script

var browser_type=navigator.appName
var browser_version=parseInt(navigator.appVersion)

//if NS 6
if (browser_type=="Netscape"&&browser_version>=5)
window.location.replace("yourURLhere")
//if IE 4+
else if (browser_type=="Microsoft Internet Explorer"&&browser_version>=4)
window.location.replace("your URLhere")
//if NS4+
else if (browser_type=="Netscape"&&browser_version>=4)
window.location.replace("yourURLhere")
//Default goto page (NOT NS 4+ and NOT IE 4+)
else
window.location="yourURLhere"
</script>

Put that code in the index file.

Angel-Pie 07-07-2007 10:33 PM

sorry if im driving you nuts where do i locate a index.php or index.html file should my server already provide this?
i looked on my server i do have a index.php in my forums root folder

as much as a hastle i am i really do appreciate the help!

snakes1100 07-07-2007 10:34 PM

Make it on your puter and upload it.

If there was one already on the server in that directory, you wouldnt be getting the file dir layout.

Angel-Pie 07-08-2007 04:23 AM

oh my heck is there instructions for that :|
i cant make stuff!

sunilvarma 07-08-2007 04:39 AM

add a redirect in your cPanel.


All times are GMT. The time now is 03:43 AM.

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.01023 seconds
  • Memory Usage 1,728KB
  • 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_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete