Hallo zusammen.
Es gibt doch ne möglich keit so was zu machen:
Wenn man z.B auf http://www.domain.de/downloads geht das dan eine liste kommt mit den sachen wo man hochgeladen hat und dan wenn man drauf klick das man es dann runter laden kann?
kann mir einer sagen wie das geht?
website
-
-
ich würde sagen du machst einfach nen neues verzeichnis "downloads" und packst da deine sachen rein
solange indexes nicht deaktiviert wurde sollte das gehen -
ich glaube indexes ist nicht aktiv weil gibt mal http://www.sor-rl.de/downloads ein.
wie muss ich das an machen?
habe debian 4.0 plesk
//edit -
ja doch anscheinend wurde indexes per .htaccess deaktiviert
-
ja doch anscheinend wurde indexes per .htaccess deaktiviert
wie kann ich es aktiviren?
-
-
thx.
ich habs mal probirt aber nicht hin bekommen kann mir das villt jemand machen oder genau sagen wie ich es machen muss ich habe nun eine .htaccess erstellt mit dem inhalt:
Option +Indexes
Option -Indexes
IndexIgnore *.tgz *.sql *.tar
IndexIgnore *
und eine leere index.php erstellt aber es funktionirt immer noch nicht -
Zitat
Option +Indexes
Option -Indexeseh das wiederspricht sich doch, oder?
erst aktivierst du indexieren, dann deaktivierst du es wieder
und index.php darfste auch net machen, da er dir dann die anzeigt statt das er indexiertmach einfach ne .htaccess datei mit
und keine index.php!
das soolte gehen
-
eh das wiederspricht sich doch, oder?
erst aktivierst du indexieren, dann deaktivierst du es wieder
und index.php darfste auch net machen, da er dir dann die anzeigt statt das er indexiertmach einfach ne .htaccess datei mit
und keine index.php!
das soolte gehen
hm funktionirt nicht:Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator to inform of the time the error occurred and of anything you might have done that may have caused the error.
More information about this error may be available in the server error log.Im error_log steht das:
Code
Alles anzeigen[Mon Dec 27 15:43:33 2010] [error] [client 84.59.201.251] File does not exist: /var/www/vhosts/sor-rl.de/httpdocs/downloads2 [Mon Dec 27 15:43:40 2010] [error] [client 84.59.201.251] File does not exist: /var/www/vhosts/sor-rl.de/httpdocs/downloads2 [Mon Dec 27 15:43:41 2010] [alert] [client 84.59.201.251] /var/www/vhosts/sor-rl.de/httpdocs/downloads/.htaccess: Invalid command 'Option', perhaps misspelled or defined by a module not included in the server configuration [Mon Dec 27 15:45:09 2010] [alert] [client 84.59.201.251] /var/www/vhosts/sor-rl.de/httpdocs/downloads/.htaccess: Invalid command 'Option', perhaps misspelled or defined by a module not included in the server configuration [Mon Dec 27 15:46:09 2010] [alert] [client 77.239.48.173] /var/www/vhosts/sor-rl.de/httpdocs/downloads/.htaccess: Invalid command 'Option', perhaps misspelled or defined by a module not included in the server configuration [Mon Dec 27 15:46:09 2010] [error] [client 77.239.48.173] File does not exist: /var/www/vhosts/sor-rl.de/httpdocs/favicon.ico [Mon Dec 27 15:46:10 2010] [alert] [client 77.239.48.173] /var/www/vhosts/sor-rl.de/httpdocs/downloads/.htaccess: Invalid command 'Option', perhaps misspelled or defined by a module not included in the server configuration [Mon Dec 27 15:46:10 2010] [error] [client 77.239.48.173] File does not exist: /var/www/vhosts/sor-rl.de/httpdocs/favicon.ico [Mon Dec 27 15:46:10 2010] [alert] [client 77.239.48.173] /var/www/vhosts/sor-rl.de/httpdocs/downloads/.htaccess: Invalid command 'Option', perhaps misspelled or defined by a module not included in the server configuration [Mon Dec 27 15:46:10 2010] [error] [client 77.239.48.173] File does not exist: /var/www/vhosts/sor-rl.de/httpdocs/favicon.ico [Mon Dec 27 15:46:10 2010] [alert] [client 77.239.48.173] /var/www/vhosts/sor-rl.de/httpdocs/downloads/.htaccess: Invalid command 'Option', perhaps misspelled or defined by a module not included in the server configuration [Mon Dec 27 15:46:10 2010] [error] [client 77.239.48.173] File does not exist: /var/www/vhosts/sor-rl.de/httpdocs/favicon.ico [Mon Dec 27 15:46:35 2010] [alert] [client 78.53.231.166] /var/www/vhosts/sor-rl.de/httpdocs/downloads/.htaccess: Invalid command 'Option', perhaps misspelled or defined by a module not included in the server configuration, referer: http://forum.sa-mp.de/wbb/off-topic/smalltalk/54049-website/?highlight= [Mon Dec 27 15:46:35 2010] [error] [client 78.53.231.166] File does not exist: /var/www/vhosts/sor-rl.de/httpdocs/favicon.ico [Mon Dec 27 15:46:35 2010] [error] [client 78.53.231.166] File does not exist: /var/www/vhosts/sor-rl.de/httpdocs/favicon.ico [Mon Dec 27 15:46:38 2010] [error] [client 78.53.231.166] File does not exist: /var/www/vhosts/sor-rl.de/httpdocs/favicon.ico [Mon Dec 27 15:51:27 2010] [alert] [client 84.59.201.251] /var/www/vhosts/sor-rl.de/httpdocs/downloads/.htaccess: Invalid command 'Option', perhaps misspelled or defined by a module not included in the server configuration [Mon Dec 27 15:52:13 2010] [alert] [client 77.22.65.160] /var/www/vhosts/sor-rl.de/httpdocs/downloads/.htaccess: Invalid command 'Option', perhaps misspelled or defined by a module not included in the server configuration, referer: http://forum.sa-mp.de/wbb/off-topic/smalltalk/54049-website/?highlight= [Mon Dec 27 15:52:46 2010] [alert] [client 84.59.201.251] /var/www/vhosts/sor-rl.de/httpdocs/downloads/.htaccess: Invalid command 'Option', perhaps misspelled or defined by a module not included in the server configuration
//edit