mój .htaccess wygląda następująco:
Kod
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
RewriteCond %{HTTP_HOST} ^www.adres-strony.pl(.*) [NC]
RewriteRule ^(.*)$ http://adres-strony.pl/$1 [R=301,L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
RewriteCond %{HTTP_HOST} ^www.adres-strony.pl(.*) [NC]
RewriteRule ^(.*)$ http://adres-strony.pl/$1 [R=301,L]

Jak widać działa w 100% normalnie, ale jest mały problem...
Otóż po wrzuceniu tej strony w Screaming Frog otrzymuję coś takiego:

Nigdy nie spotkałam się z czymś takim i nie mam pojęcia jak to naprawić. Na szczęście błąd zauważyłam od razu i Google tego nie zaindeksował.
Z góry dziękuję za pomoc
