Registriert seit: 8. Okt 2010
Ort: Frankfurt am Main
1.234 Beiträge
|
AW: Datei als Link
12. Okt 2010, 14: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)
|