Ashhbben
Решил тут на новом блоге изменить permalinks. Вордпресс выдает ошибку.
Цитата:
If your .htaccess file were writable, we could do this automatically, but it isn’t so these are the mod_rewrite rules you should have in your .htaccess file. Click in the field and press CTRL + a to select all.
И предлагает код <IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
Как я понимаю этот код нужно вставить в .htaccess ? добавляю туда код....ничего не происходит....
что делать?