Davide Bianchi a formulé la demande :
> On 2006-10-17, gabriel blazquez <spamrecycler RemoveThis @shootspam.com> wrote:
>> Sorry if my question is "stupid" but i need to make a htacess file to allow
>> view of files and folders can you help me ?
>
> Sure, see the 'Options' directive in the docs
> http://httpd.apache.org/docs/1.3/mod/core.html#options
>
> Davide
Well have read the doc but infortunatly it's not work,
On my os X.4 server in http i have the web root on
\Library\WebServer\Documents
In document i put a folder named multimedia, thats this folder where i
waant permit to view files/Folders .
On my http.conf i put
<Directory "/">
Options FollowSymLinks
AllowOverride None <Directory /Library/Webserver/Documents/multimedia>
Options +Indexes
</Directory>
But i think that is a bad syntax
>> Stay informed about: htacess and view files /folders