Pune regulile acestea in /law/.htaccess dupa:

RewriteRule ^api(/.*)?$ - [L]

si inainte de regula:

RewriteRule ^produs-(.+)\.html$ /law/produs.html?slug=$1 [R=301,L,NE]

---

# Mobile LAW app redirect
RewriteCond %{REQUEST_METHOD} =GET
RewriteCond %{QUERY_STRING} !(^|&)desktop=1(&|$) [NC]
RewriteCond %{REQUEST_URI} !^/law/app(/|$) [NC]
RewriteCond %{REQUEST_URI} !^/law/api(/|$) [NC]
RewriteCond %{REQUEST_URI} !\.(css|js|png|jpe?g|webp|svg|gif|ico|ttf|woff2?|json|xml|txt|map)$ [NC]
RewriteCond %{HTTP_USER_AGENT} "Android|iPhone|iPod|Mobile|Windows Phone" [NC]
RewriteRule ^ /law/app/ [R=302,L]

---

Pentru a vedea site-ul clasic de pe telefon, deschide:
https://law-lovealwayswins.com/law/?desktop=1
