I guess if I had to choose, I would choose Magic, thanx for asking ??
Seriously, though, even though I’ve changed the write permission for the .htaccess file to GROUP (as per Codex instructions), I am still getting this message at the bottom of my Settings>Permalinks page:
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 /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
What should I try next?
Thanks,
move-your-body