index of/

Hey,

how do i get something like this:
http://www.beta-gaming.de/et/klejf/

at me it says:

Forbidden
You don't have permission to access / on this server.

i don't have an index.html page ;)
removed it but still don't get it.

kind regards,
zumie
Comments
9
dunno, use google!?
are you using a public ftp? :P
I don't know, I'm with one.com,
can't find anywhere permissions for file/folders :s
no index manager too xD
live support is offline atm
Parent
create .htaccess in that dir, and add "Options Indexes" to it ^^
Parent
how? xD srry..
Parent
dude please, create a FILE named .htaccess with that in it, and upload it to that directory ...
Parent
NICE PROFILE
1. get a ftp with web adress
2. make a folder in the ftp like "et"
3. go to the web-host-adress and allow to see the folder "et"
4.add this to the index.html:
<html>
<body>
<p align="center" style="font-family: Verdana,Helvetica,sans-serif; font-size: 12px;">
<br /><h2>Index of /</h2></a></p>
<div class="list">
<table summary="Directory Listing" cellpadding="0" cellspacing="0">
<thead><tr><th class="n">Name</th><th class="m">Data</th><th class="s">Size</th><th class="t">Type</th></tr></thead>
<tbody>

<tr><td class="n"><a href="et">et</a>/</td> <td class="m">.pk3</td><td class="s">- &nbsp;</td><td class="t">Directory</td></tr>

</tbody>
</table>
</html>


5. ready

btw:

www.gs2175.fastdl.de

easy (made it allone)
Back to top