mirror of
https://github.com/WeblateOrg/weblate.git
synced 2026-08-03 07:04:05 +08:00
3 lines
111 B
Text
Vendored
3 lines
111 B
Text
Vendored
RewriteEngine On
|
|
RewriteCond %{REQUEST_URI} ^/(robots.txt|favicon.ico)$
|
|
RewriteRule .* media%{REQUEST_URI} [L]
|