102f4aeb0Sopenharmony_ciRewriteEngine on 202f4aeb0Sopenharmony_ci 302f4aeb0Sopenharmony_ci# Avoid redirect loops 402f4aeb0Sopenharmony_ciRewriteCond %{ENV:REDIRECT_STATUS} 200 502f4aeb0Sopenharmony_ciRewriteRule ^ - [L] 602f4aeb0Sopenharmony_ci 702f4aeb0Sopenharmony_ci# Old versioned-by-date EGL specs redirected to the single per-version copy 802f4aeb0Sopenharmony_ciRewriteRule ^specs/eglspec.1.1.02.pdf https://www.khronos.org/registry/EGL/specs/eglspec.1.1.pdf [L,R=301] 902f4aeb0Sopenharmony_ciRewriteRule ^specs/eglspec.1.4.([0-9]+).pdf https://www.khronos.org/registry/EGL/specs/eglspec.1.4.pdf [L,R=301] 1002f4aeb0Sopenharmony_ciRewriteRule ^specs/eglspec.1.4.withchanges.([0-9]+).pdf https://www.khronos.org/registry/EGL/specs/eglspec.1.4.withchanges.pdf [L,R=301] 1102f4aeb0Sopenharmony_ci 1202f4aeb0Sopenharmony_ci# RewriteRule ^xhtml/(.*)\.xml https://www.khronos.org/opengles/sdk/docs/man3/html/$1.xhtml [L,R=301] 13