View Full Version : How To Add Webpage ?
Khalid-B
07-12-2007, 10:44 PM
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, 10: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, 10: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, 11: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.
<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, 11:03 PM
Nope , Not This Link .... Linkk That I Want To Its Not Working Here ,
snakes1100
07-12-2007, 11:07 PM
Type the link in without the http or www on it and try that.
Khalid-B
07-12-2007, 11:09 PM
click this link .. **************
now check the last option .... this page i wanna use as a home page ..
snakes1100
07-12-2007, 11: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, 11:21 PM
thanks alo ,,, i done it...........
snakes1100
07-12-2007, 11:23 PM
Your welcome.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.