• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Layout - To share my two websites

you need to script it its not a layout
But its a sort of layout too, isnt it?

However one time i've got that in my computer not the same as Rohan's but similar and the only thing i remember from it was that it got a penguin on it.
I would really appreciate if someone found what i'm searching for :)
 
Lol just move first site to folder named for ex. 1
that adress to i will be
And site number 2 to folder named for ex. 2
Then in main folder make simple html file named index.html
with content:
Code:
Choose your server:
<ul>
<li><a href="/1">Name of first</a></li>
<li><a href="/2">Name of second</a></li>
</ul>
 
I was known about the first thing but not about the second, thanks so much from there i can take it, lovely :D rep++

Lol just move first site to folder named for ex. 1
that adress to i will be
And site number 2 to folder named for ex. 2

Then in main folder make simple html file named index.html
with content:
Code:
Choose your server:
<ul>
<li><a href="/1">Name of first</a></li>
<li><a href="/2">Name of second</a></li>
</ul>
A little failure with this, you maybe can help me.. when entering the site it shows the two maps and the index.html file, i want it directly to go to the index.html file without entering the index.html.php in the end of ip, how to fix? :P
 
Last edited:
what webserver are you using?

if apache, configure mod_dir in httpd.conf
something like this should do:
Code:
DirectoryIndex index.html index.php
and restart apache
 
what webserver are you using?

if apache, configure mod_dir in httpd.conf
something like this should do:
Code:
DirectoryIndex index.html index.php
and restart apache

Thanks it worked out :)

Do you got a html script to set the background black?, i have tried but nothing works, seems like i need to read some help threads for html script any suggestions? :D Btw thanks again!!!

-All Fixed- CustomOTs.Hopto.org
 
Last edited:

Similar threads

Back
Top