| Go back to previous topic |
| Forum name | The Pits v3.1 |
| Topic subject | Website help .htaccess file. anyone? |
| Topic URL | https://forums.2gnt.com/dcboard.php?az=show_topic&forum=i60&topic_id=36949 |
36949, Website help .htaccess file. anyone? Posted by nappyjim, Nov-17-08 02:30 PM
Hey, I want to make a simple directory where it will list all the mp3's I have uploaded to the folder.
I know you can do this with htaccess files, but is it hard? I dont know too much and if its confusing, then I'll just do the old hyperlink route.
|
36950, RE: Website help .htaccess file. anyone? Posted by DarkOne, Nov-18-08 02:32 AM
If you're looking for just a plain directory index listing, add
Options Indexes
To your <Directory> stanza for that location. You don't want to use .htaccess files if you have access to the main server config.
If you don't, add Options Indexes to the .htaccess files, but that will only work if AllowOverride Options is specified for that location in the main server config.
|
36952, RE: Website help .htaccess file. anyone? Posted by nappyjim, Nov-18-08 05:18 AM
What do you mean when you say <Directory> stanza? I want to do something exactly like the link you have in your sig.
Dino, please check your PM.
|
36953, RE: Website help .htaccess file. anyone? Posted by DR1665, Nov-18-08 05:30 AM
NappyJim? Wow! :wavy
|
36954, RE: Website help .htaccess file. anyone? Posted by nappyjim, Nov-18-08 05:35 AM
Originally posted by DR1665 NappyJim? Wow! :wavy
yes, the nappy cometh.
Dino, I sent you a PM. Please check.
|
36963, RE: Website help .htaccess file. anyone? Posted by KaptainMyke, Nov-19-08 01:19 PM
directoryindex index.html
|