RewriteCond %{REQUEST_FILENAME} -f [OR]
Das kenn ich
-f = file
RewriteCond %{REQUEST_FILENAME} -d [OR]
Kannst du das bitte kurz erläutern?
-d = directory
RewriteCond %{REQUEST_FILENAME} -l
das auch?
-l = symlink
http://httpd.apache.org/docs/current/mod/mod_rewrite.html#rewritecond
Abschnitt "4. You can perform various file attribute tests:"[1]
RewriteRule .* - [L]
:) ?
Rewriting stoppen:
http://httpd.apache.org/docs/current/mod/mod_rewrite.html#rewriterule
Abschnitt: "- (dash)"[1]
[1] es ärgert mich jedes mal wieder, wenn eine Dokumentation nicht genügend ID im Quelltext verbaut hat :(