TeamPhotoshop
Reviews, updates and in depth guides to your favourite mobile games - AppGamer.com
Forum Home Latest Posts Search Help Subscribe

Directory Listing thingy.

Page: 1 Reply
May 17th 2003#103880 Report
Member since: Sep 16th 2002
Posts: 1876
How can I make the files on my homestead account show up this type of format ?
Reply with Quote Reply
May 17th 2003#103882 Report
Member since: Dec 13th 2001
Posts: 1008
well if you don't have an index page there it will show up in that type of format.
Reply with Quote Reply
May 17th 2003#103884 Report
Member since: Sep 16th 2002
Posts: 1876
It doesn't. But, oh well, I just did this instead.

This thread can now be closed.
Reply with Quote Reply
May 17th 2003#103885 Report
Member since: Nov 26th 2001
Posts: 2586
it is a matter of your host, or your server settings. If you are running apache, then you can do this:

in your httpd.conf file:

< directory /path/to/your/dir/you/want/to/index >

Options +Indexes // this adds indexing - which is what you want.
Options -Indexes //this stops indexing

< / directory >


One thing to note, if you are hosting this on the web, then indexing is not a good idea. Reason is, if you ever log script kiddies, you will start to see them probing directories and trying to hack through one to get to your ./passwd files. for example. ftp is the better method of this type of thing, or like what you did and do a direct link via a http page.

edit ****
on a iis server it is just a matter of a property you can set in the virtual host properties. I forget the exact property.
Reply with Quote Reply
May 19th 2003#104117 Report
Member since: Mar 24th 2001
Posts: 3734
In IIS, there is just a check-box on the Home Directory tab that says "Directory Browsing"
Reply with Quote Reply
May 19th 2003#104125 Report
Member since: Mar 24th 2002
Posts: 3114
I make an index.php that lists the directory. :p
Reply with Quote Reply
May 19th 2003#104146 Report
Member since: Mar 24th 2001
Posts: 3734
Does Homestead allow ASP? I've got some pretty bad-ass directory listing scripts that resemble Windows Explorer, including uploading functions and such.
Reply with Quote Reply
Page: 1 Back to top
Please login or register above to post in this forum