Guest_imported
New member
- Jan 1, 1970
- 0
I am a relativelly new user to apache. I have just changed computers and have set up the server again. This time though the aliases that i have set up will browse to the first page but not go into any of the subdirectories.
HTTP 404 - File not found
I was wondering what i could do about it, as it worked fine on my last computer.
here's the script:
Alias /music/ "C:/Stuff/Music"
<Directory "C:/Stuff/Music">
Options Indexes FollowSymlinks MultiViews
IndexOptions NameWidth=60 FoldersFirst FancyIndexing +SuppressHTMLPreamble
AllowOverride None
Order allow,deny
Allow from all
</Directory>
Any clues?? or is it in another setting?
The apache manual had nothing that i could spot in there at all.
Can anyone help me??
a
HTTP 404 - File not found
I was wondering what i could do about it, as it worked fine on my last computer.
here's the script:
Alias /music/ "C:/Stuff/Music"
<Directory "C:/Stuff/Music">
Options Indexes FollowSymlinks MultiViews
IndexOptions NameWidth=60 FoldersFirst FancyIndexing +SuppressHTMLPreamble
AllowOverride None
Order allow,deny
Allow from all
</Directory>
Any clues?? or is it in another setting?
The apache manual had nothing that i could spot in there at all.
Can anyone help me??
a