|
-
Feb 6th, 2002, 02:07 PM
#1
Thread Starter
Fanatic Member
simple question[resolved]
Hi,
now i would of thought that this seems to be quite an easy question to answer, but it doesn't seem to be.
right, i am running appache and i want access to a folder like a directory view, so basically the user clicks on the link and they see all of the contents of the folder
so i thought that this would work
Code:
<a href="mp3">Access some of my mp3s</a>
but all i get from this link is a page saying that it can't be displayed, now normally this would work if i added \index.html to the end, but then it would be a directory view.
so anyone any ideas at all ??
Cheers for any help
Last edited by zmerlinz; Feb 6th, 2002 at 02:32 PM.
Some people have told me they don't think a fat penguin really embodies the grace of Linux, which just tells me they have never seen a angry penguin charging at them in excess of 100mph. They'd be a lot more careful about what they say if they had.
-- Linus Torvalds
[ Galahtech.com] | [ My Site] | [ Fishsponge] | [ UnixForum.co.uk]
-
Feb 6th, 2002, 02:32 PM
#2
Thread Starter
Fanatic Member
DOH!!!
it seems that i have missed something out, thanks to one of my friends i need an /
so it should be now
Code:
<a href="mp3/">mp3s</a>
and now it works fine 
sorry
Some people have told me they don't think a fat penguin really embodies the grace of Linux, which just tells me they have never seen a angry penguin charging at them in excess of 100mph. They'd be a lot more careful about what they say if they had.
-- Linus Torvalds
[ Galahtech.com] | [ My Site] | [ Fishsponge] | [ UnixForum.co.uk]
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|