Einzelnen Beitrag anzeigen

Benutzerbild von Assarbad
Assarbad

Registriert seit: 8. Okt 2010
Ort: Frankfurt am Main
1.234 Beiträge
 
#8

AW: Datei als Link

  Alt 12. Okt 2010, 13:15
Für Dateien:
  • <Location URL-path|URL> ... </Location>
  • <LocationMatch regex> ... </LocationMatch>
  • Echte symbolische Links auf Linux (ln -s ...)
  • Hardlinks auf Linux (ln ...)
  • RewriteRule Pattern Substitution
  • ScriptAlias URL-path file-path|directory-path
  • ScriptAliasMatch regex file-path|directory-path
  • Alias URL-path file-path|directory-path
  • AliasMatch regex file-path|directory-path

Für Verzeichnisse:
  • <Directory directory-path> ... </Directory>
  • <DirectoryMatch regex> ... </DirectoryMatch>
  • Echte symbolische Links auf Linux (ln -s ...)
  • Alias URL-path file-path|directory-path
  • AliasMatch regex file-path|directory-path

Zum Teil kann man die auch mischen ... bspw. bei Skripten.
Oliver
"... aber vertrauen Sie uns, die Physik stimmt." (Prof. Harald Lesch)
  Mit Zitat antworten Zitat