Mjmackan
Mapper ~ Writer
Searching for an layout that can share my two websites/servers i host, just like; RoHaN-OTs - Choose your server! trough it doesnt need to be that exactly that layout.
But its a sort of layout too, isnt it?you need to script it its not a layout
And site number 2 to folder named for ex. 2
Then in main folder make simple html file named index.html
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?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>
what webserver are you using?
if apache, configure mod_dir in httpd.conf
something like this should do:
and restart apacheCode:DirectoryIndex index.html index.php