View Full Version : how do i??
Angel-Pie
07-07-2007, 09:10 PM
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.
<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.
Angel-Pie
07-10-2007, 03:06 PM
thanks that was done and worked :)
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.