host question

Newbie Spellweaver
Joined
Jan 9, 2007
Messages
76
Reaction score
0
I tried krilins homepage but it didnt work for me. So i tried another but when i went to h ttp://localhost i went into krilins homepage this one Krillins server not that page i wanted. So i trie antoher the same happend.
I trie another game to host that then i also come into krillins homepage whats wrong??


Edit: I use apache if you wonder what i use

Someone know???

Plzz i need help with this
 
Last edited by a moderator:
maybe something mixed in your hosts file (c:\windows\system32\drivers\etc\).
no clue what krillin is. but have a look at this file on your system.

regards,
t4k
 
maybe something mixed in your hosts file (c:\windows\system32\drivers\etc\).
no clue what krillin is. but have a look at this file on your system.

regards,
t4k
Looks like everything is ok there

So it should be something wrong with other files i think
:bad:
 
OK now it worked to go on htt p://localhost but when i go there i only se the files that is in my htdocs in my apache folder and not the page so i see how it looks.

I shuld put all the files inside htdocs right???
 
apache defines start pages in its httpd.conf, using the "DirectoryIndex".
httpd.conf:
DirectoryIndex index.html index.htm

so if you dont have an index.html or index.htm file in your main directory, apache cant find the start page.

regards,
t4k
 
apache defines start pages in its httpd.conf, using the "DirectoryIndex".
httpd.conf:
DirectoryIndex index.html index.htm

so if you dont have an index.html or index.htm file in your main directory, apache cant find the start page.

regards,
t4k

Thanks for the answer but i dont know how to create a index.html file becaus i have never done it becaus it has been youst to open index.php and i come to the site

Someone know how i can create this index.html and what it shuld stay in it
 
have a look in your htdocs directory; there must be a start page, maybe index.html, startup.htm, or the like.
now in httpd.conf ou can edit the DirectoryIndex tag to:DirectoryIndex DirectoryIndex index.htm, index.html, index.php, index.php3,startup.htm

after restartig apache you could just conect to
 
Back