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