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 link it so...? (https://vborg.vbsupport.ru/showthread.php?t=75774)

Dark Aura 02-05-2005 09:55 AM

How do I link it so...?
 
Hey everyone,

I was wondering this is probably a stupid question, but I'm new to all this so forgive me. I have recently had a portal installed on my forum, but if you simply want to get to the forum you have to type in www.silent-imperfection.net/forum.php?

How do I get it so you just have to type www.silent-imperfection.net/forum cuz when I try this now, it just cannot find page. Is this because I need to create a file in my smart ftp called forum and then drag some vbulletin files inside there, if so? which ones do I move?

MindTrix 02-05-2005 03:43 PM

Usualy the second link works because the forum section stands for the folder name.

Try this.

Create a folder called forum , inside this place a file that is called index.html and inside this file put the following contents


HTML Code:


<script>
//Browser redirect Script- ? Dynamic Drive (www.dynamicdrive.com)
//For full source code, 100's more DHTML scripts, and Terms Of Use,
//visit dynamicdrive.com
var browser_type=navigator.appName
var browser_version=parseInt(navigator.appVersion)
//if NS 6
if (browser_type=="Netscape"&&browser_version>=5)
window.location.replace("http://www.silent-imperfection.net/forum.php")
//if IE 4+
else if (browser_type=="Microsoft Internet Explorer"&&browser_version>=4)
window.location.replace("http://www.silent-imperfection.net/forum.php")
//if NS4+
else if (browser_type=="Netscape"&&browser_version>=4)
window.location.replace("http://www.silent-imperfection.net/forum.php")
//Default goto page (NOT NS 4+ and NOT IE 4+)
else
window.location="http://www.silent-imperfection.net/forum.php"
</script>

Its a re-direct script i use.

Once you done that, if people go to

www.silent-imperfection.net/forum it should redirect them to your forums. good luck

Dark Aura 02-06-2005 06:58 PM

Thanks so much ^^ that worked :D Thank you!

MindTrix 02-06-2005 08:37 PM

Glad 2 hear it :)


All times are GMT. The time now is 11:52 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.01427 seconds
  • Memory Usage 1,717KB
  • 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_html_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (4)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