Witam

domena.pl/podstrona
na urządzeniach mobilnych dla podstron nie pobiera całego <style>, który jest w index.php.

domena.pl/podstrona/
style w całości pobierane.

htaccess:
  1. Options FollowSymLinks
  2. RewriteEngine On
  3. DirectoryIndex index.php
  4. Options -Indexes
  5. RewriteRule ^([a-zA-Z]+)$ index.php?c=$1 [L]
  6. RewriteRule ^([a-zA-Z]+\s[a-zA-Z]+)$ index.php?c=$1 [L]
  7. RewriteRule ^([a-zA-Z]+\s[a-zA-Z]+\s[a-zA-Z]+)$ index.php?c=$1 [L]
  8. RewriteRule ^(\d+)$ index.php?t=$1 [L]


dzięki