The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
![]()
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 |
#2
|
|||
|
|||
![]()
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. |
#3
|
||||
|
||||
![]()
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.. |
#4
|
|||
|
|||
![]()
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> |
#5
|
||||
|
||||
![]()
Nope , Not This Link .... Linkk That I Want To Its Not Working Here ,
|
#6
|
|||
|
|||
![]()
Type the link in without the http or www on it and try that.
|
#7
|
||||
|
||||
![]()
click this link .. **************
now check the last option .... this page i wanna use as a home page .. |
#8
|
|||
|
|||
![]()
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.
|
#9
|
||||
|
||||
![]()
thanks alo ,,, i done it...........
|
#10
|
|||
|
|||
![]()
Your welcome.
|
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|