vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   How To Add Webpage ? (https://vborg.vbsupport.ru/showthread.php?t=152079)

Khalid-B 07-12-2007 09:44 PM

How To Add Webpage ?
 
Hello,
I have made an webpage for use it as a Homepage and now i wanna fix this page to Domine , www.example.com so need help please .
How can i fix this page at my Domine??

Thanks

snakes1100 07-12-2007 09:53 PM

Links would help and screen shots might help?

If you want a page to be your main homepage for www.example.com, then that page needs to be name index.html index.htm or index.php and place it in your main public_html folder or in the index file redirect to the desired page.

Also note that if your forums are already currently your www.example.com, then you will need to either move your forums to another folder/directory.

or

Also note that a host can have apache answer in a certain order, some have index.html as the first listed index file to look for, so you can put a index.html in the same folder as the forum, then have links from that page to your forum or redirect after 5 sec's.

Khalid-B 07-12-2007 09:59 PM

CHECK THIS PAGE . I WANNA ADD THIS PAGE AT ,, WWW.EXAMPLE.COM ,, THAN USERS CAN USE LINKS TO VISIT fORUM .

SORRY LINK ISNT WORKIN HERE..

snakes1100 07-12-2007 10:02 PM

I must be confused, the link you provided to your site is already your home page, although a tad different.

http://www.thepcmanwebsite.com/

You can make a redirect index page to forward your users to the page you linked.

Put the below code in a index.html page and upload it overwriting the current one.

Code:

<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("http://www.thepcmanwebsite.com/cgi-bin/web_tools/web_page_creator/web_page_creator.pl")
//if IE 4+
else if (browser_type=="Microsoft Internet Explorer"&&browser_version>=4)
window.location.replace("http://www.thepcmanwebsite.com/cgi-bin/web_tools/web_page_creator/web_page_creator.pl")
//if NS4+
else if (browser_type=="Netscape"&&browser_version>=4)
window.location.replace("http://www.thepcmanwebsite.com/cgi-bin/web_tools/web_page_creator/web_page_creator.pl")
//Default goto page (NOT NS 4+ and NOT IE 4+)
else
window.location="http://www.thepcmanwebsite.com/cgi-bin/web_tools/web_page_creator/web_page_creator.pl"
</script>


Khalid-B 07-12-2007 10:03 PM

Nope , Not This Link .... Linkk That I Want To Its Not Working Here ,

snakes1100 07-12-2007 10:07 PM

Type the link in without the http or www on it and try that.

Khalid-B 07-12-2007 10:09 PM

click this link .. **************
now check the last option .... this page i wanna use as a home page ..

snakes1100 07-12-2007 10:14 PM

You need to use the coding from that links .htm file and place it in the index file that your currently using in your public_html folder.

Khalid-B 07-12-2007 10:21 PM

thanks alo ,,, i done it...........

snakes1100 07-12-2007 10:23 PM

Your welcome.


All times are GMT. The time now is 11:53 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.01666 seconds
  • Memory Usage 1,725KB
  • 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)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete