Mój plik .htaccess wyglada tak:
Options FollowSymLinks RewriteEngine On # bez zmiennych RewriteRule ^index.html$ index.php5 [L] RewriteRule ^([^-]+).html$ index.php5?action=$1 [L] RewriteRule ^([^-]+)/([^-]+).html$ index.php5?p=$1&masaz=$2 [L]
W pierwszym przypadku mam np. oferta.html i wszystko jest ok.
W ostatnim przypadku mam np. oferta/masaz-klasyczny.html - strona gubi style grafika sie nie pojawia a do innych linków zostaje dopisane oferta/link
Dlaczego sie tak dzieje ?