check DOCTYPE of document!!!
Thread Starter
glook
(@glook)
Thread Starter
glook
(@glook)
Well… It`s all ok with .htaccess file.
This code in file after setting permalinks /category/postname/ mode.
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
And all work fine, but not thumbnails…