Index of

Scipi.ks képe

Sziasztok!

Ismét hozzátok fordulnék segítségért! Van egy Drupal oldalam, mely gyönyörűen működik, azonban kitaláltam, hogy egy adott témával kapcsolatban fájlokat szeretnék feltenni a tárhelyre és azt az oldalról egy linken keresztül lehetne megközelíteni. A fájlok felrakását a lehető legegyszerűbben gondoltam megcsinálni:
Egy sima "Index of"-os (könyvtárszerkezetes) kinézeten keresztül, hogy amit én a tárhelyre felraktam mondjuk x mappában pár fájl, meg egy két mappa, ezeket simán listázza ki.
Valami ilyesmi egyszerű dologra gondoltam: http://nik.uni-obuda.hu/szabozs/ERA/

Ez Drupalban (6.22-es) hogy oldható meg? Mert amennyiben felrakok egy mappát ftp-re és beírom az elérési utat akkor Forbidden-nel kivág, nemhogy a tartalmát kilistázná.

Ne haragudjatok ha túl egyértelmű kérdést tettem fel, de nekem nem igen sikerült rájönnöm, biztos vmit benézek, pedig végig böngésztem rengeteg magyar, angol oldalt is.
Előre is köszönöm a türelmetek és ha válaszoltok!

Drupal verzió: 
Fórum: 
kisdosi képe

ha forbidden, akkor szerintem a jogosultságok környékén szaglássz elsőként. ha ott minden oké, akkor hivatkozz a mappára, és be kell jönnie a könyvtárszerkezetnek.

0
0
Scipi.ks képe

Sikerült!!

Azon az úton indultam el amit mondtál és találtam egy oldalt (végre) ahol pont az én problémámra írták le a megoldást. Beírom ide hátha valakit érdekel a későbbiekben:

"By default Directory listings are enabled. Here is an example scenario.
Suppose you have a bunch of media files that you’re storing on your web server,
and you want to hide them from the public and search engines so that no one can
steal these files. That’s very easy to do! Simply create a .htaccess file
in the directory that you want to hide and add the following directive:

# Disable Directory Listings in this Directory and Subdirectories
# This will hide the files from the public unless they know direct URLs
Options -Indexes

Options Directive

Breaking this down we are using the Options directive.
This directive can take a number of values (mentioned previously). If you provide the values
with a + or – like I did with -Indexes, then this will inherit the
Options that were enabled in higher directories and the global configuration!
If you don’t provide a + or – then the list that you provide will become
the only options enabled for that directory and its subdirectories. No other options will be enabled. Because you may not know which Options were enabled previously, you will most likely
use the + or – syntax unless you are absolutely sure you only want certain Options."

Köszönöm a segítséget:)

0
0