Making a directory

Technical Chatter here.
Post Reply
User avatar
Th2mods
Readers Club





Posts: 1229
Joined: Mon Jan 08, 2007 5:54 pm
Location: Salt Lake City, Utah
Contact:

Making a directory

Post by Th2mods »

hey, i have an understanding of HTML, but how do i make a viewable directory like this one? http://tomclancey.halonews.org/?C=N;O=A
Image
User avatar
Tural




Conceptionist Acolyte Bloodhound Recreator
Socialist Connoisseur Droplet Scorched Earth
Grunge

Posts: 15628
Joined: Thu Jun 16, 2005 3:44 pm
Location: Lincoln, NE
Contact:

Post by Tural »

That's just a directory with no index file nor restrictions, so the server-side software displays it as a directory listing.
User avatar
Th2mods
Readers Club





Posts: 1229
Joined: Mon Jan 08, 2007 5:54 pm
Location: Salt Lake City, Utah
Contact:

Post by Th2mods »

Tural wrote:That's just a directory with no index file nor restrictions, so the server-side software displays it as a directory listing.
do have no index in my folder? just the folder roots?

how would i go about doing this?
Image
User avatar
Tural




Conceptionist Acolyte Bloodhound Recreator
Socialist Connoisseur Droplet Scorched Earth
Grunge

Posts: 15628
Joined: Thu Jun 16, 2005 3:44 pm
Location: Lincoln, NE
Contact:

Post by Tural »

For instance, on a site I use (GametagAeonFlux's site):

This directory has no index file (index.html, index.htm, index.php, etc), so it shows up as a directory listing:
Picture - Link

However, this directory does have an index file, so it shows the content of the page (index.php):
Picture - Link
User avatar
Th2mods
Readers Club





Posts: 1229
Joined: Mon Jan 08, 2007 5:54 pm
Location: Salt Lake City, Utah
Contact:

Post by Th2mods »

ok, im using ulmb as my hosting. I have a folder with no index in it, i put pictures in it. Go to that URL and says,

"directory index not allowed
please upload a file named index.html or index.php into this directory to replace this message

If you can still see this page after uploading your index file press CTRL+F5 now."
Image
User avatar
Tural




Conceptionist Acolyte Bloodhound Recreator
Socialist Connoisseur Droplet Scorched Earth
Grunge

Posts: 15628
Joined: Thu Jun 16, 2005 3:44 pm
Location: Lincoln, NE
Contact:

Post by Tural »

Do you have FTP access to it? If so, it sounds like you might need to CHMOD the directory in your FTP program. Right click the directory and there should be a CHMOD option. Set it to "Read All" or change the number to 777.
User avatar
Th2mods
Readers Club





Posts: 1229
Joined: Mon Jan 08, 2007 5:54 pm
Location: Salt Lake City, Utah
Contact:

Post by Th2mods »

Tural wrote:Do you have FTP access to it? If so, it sounds like you might need to CHMOD the directory in your FTP program. Right click the directory and there should be a CHMOD option. Set it to "Read All" or change the number to 777.
ya im doing this all by FTP
i did this

http://img479.imageshack.us/img479/1584/fazt5.jpg
no luck
Image
User avatar
Ketchup_Bomb




Mad Hatter Snitch! Collaborator Socialist
Grunge Critic Pyre Wordewatician 500

Posts: 3374
Joined: Thu Mar 18, 2004 7:52 pm
Location: ¯\ ( º _ o ) /¯
Contact:

Post by Ketchup_Bomb »

Check "Apply changes to all subfolders and files".

Also, ulmb hosting? I Googled that and got like, zero results.
Could you link me to their site if they have one?
User avatar
Tural




Conceptionist Acolyte Bloodhound Recreator
Socialist Connoisseur Droplet Scorched Earth
Grunge

Posts: 15628
Joined: Thu Jun 16, 2005 3:44 pm
Location: Lincoln, NE
Contact:

Post by Tural »

First result for "ulmb"
http://www.unlimitedmb.com/
User avatar
Th2mods
Readers Club





Posts: 1229
Joined: Mon Jan 08, 2007 5:54 pm
Location: Salt Lake City, Utah
Contact:

Post by Th2mods »

Ketchup_Bomb wrote:Check "Apply changes to all subfolders and files".

Also, ulmb hosting? I Googled that and got like, zero results.
Could you link me to their site if they have one?
i did that, no luck

it there any hosting that you know this will work with?
Image
User avatar
Ketchup_Bomb




Mad Hatter Snitch! Collaborator Socialist
Grunge Critic Pyre Wordewatician 500

Posts: 3374
Joined: Thu Mar 18, 2004 7:52 pm
Location: ¯\ ( º _ o ) /¯
Contact:

Post by Ketchup_Bomb »

Tural wrote:First result for "ulmb"
http://www.unlimitedmb.com/
I searched "ulmb hosting". Maybe I missed it because it looks like a very, very, very cheap service.

On their front page, it says that it runs Apache. I used Apache for a bit, so I know of it, and a few of its features.
Are you able to access your servers' Apache files? There are a few booleans in there that if you negate will not auto-create index files like those you are looking for.

You might also want to check Apache's IRC server.
irc.freenode.net #apache
User avatar
Th2mods
Readers Club





Posts: 1229
Joined: Mon Jan 08, 2007 5:54 pm
Location: Salt Lake City, Utah
Contact:

Post by Th2mods »

still dont get it, can somone please write me a mini tut?
Image
Post Reply