Creating a file Index - Printable Version -Shoutbox (https://shoutbox.menthix.net) +-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58) +--- Forum: Skype & Technology (/forumdisplay.php?fid=9) +---- Forum: Tech Talk (/forumdisplay.php?fid=17) +----- Thread: Creating a file Index (/showthread.php?tid=43253) Creating a file Index by Joe on 04-20-2005 at 03:10 AM
How do you create a file index Like This. RE: Creating a file Index by Ash_ on 04-20-2005 at 03:19 AM
do you mean like in PHP or something else? RE: Creating a file Index by matty on 04-20-2005 at 03:21 AM Want to make sure you don't have an index file of any type. And allow directory viewing. Are you using CPanel or what? RE: Creating a file Index by Chris4 on 04-20-2005 at 03:27 AM To get a directory like that, you need to delete the index.html page (or rename) it. Then it should show all the files in the folder. RE: Creating a file Index by user13774 on 04-20-2005 at 08:18 AM I though it depended on what server software your host uses? Because when I just surf to a folder with some files on my ISP's homepage space I get a 403 error.. (like this folder which contains some pictures: http://www.planet.nl/~blank454/other/) RE: RE: Creating a file Index by Dempsey on 04-20-2005 at 10:31 AM
quote:in Apache servers, you can turn off directory listing, so it depends on that setting. You can easily change it for each directory in cPanel RE: Creating a file Index by Wabz on 04-20-2005 at 10:59 AM
I think all you have to do is type RE: Creating a file Index by user13774 on 04-20-2005 at 01:37 PM
quote:My ISP's homepage space doesn't offer cPanel though... quote:Doesn't work. Still get a 403 error. And as soon as I tried to open the specific folder, the .htaccess file has disappeared when I go to that folder again in FTP mode. RE: Creating a file Index by MeEtc on 04-20-2005 at 01:40 PM
Which means your host doesn't allow .htaccess files RE: Creating a file Index by Ash_ on 04-20-2005 at 01:54 PM
quote: *hint* use PHP, use the scandir/readdir call. you wouldnt have to change nothing. RE: Creating a file Index by absorbation on 04-20-2005 at 02:50 PM
I use that just by linking to a folder e.g. on my site for downloads i link to the soundpacks folder /soundpacks instead of /soundpacks/all your base.plp RE: Creating a file Index by TheGeek on 04-20-2005 at 02:58 PM
If you want a more beautiful solution you can try this script: RE: Creating a file Index by user13774 on 04-20-2005 at 03:41 PM
quote: quote:@ The Geek: very nice script But for me it won't work cuz my ISP doesn't support php RE: Creating a file Index by absorbation on 04-20-2005 at 03:53 PM Very very good script i'm using it on my site, good work RE: RE: Creating a file Index by TheGeek on 04-20-2005 at 04:29 PM
quote:To bad, why don't you try www.100webspace.com? they're pretty good and they offer php. RE: Creating a file Index by user13774 on 04-20-2005 at 07:57 PM I don't really need a new webhost, I was just wondering . I'm not the creator of this thread . Still.. thanks for your help! RE: Creating a file Index by Chris4 on 04-20-2005 at 08:43 PM The scripts pretty nice. But am I correct by saying if you delete the index.htm page, it shows the directory doesn't it? RE: Creating a file Index by ShawnZ on 04-20-2005 at 09:05 PM
quote: Only if directory listing is enabled. |