Ciao volevo segnalarti che anch'io avevo lo stesso problema ma con questo file
.htacces da me modificato, funziona tutto a meraviglia. Ricorda di fare una copia backup del tuo file prima di andare con il mio. Saluti, Funkless
Codice:
RewriteEngine On
RewriteBase /
RewriteRule (.*)\.htm$ $index.php
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
SetEnv AV_WP_SKIP_XMLRPC off
</IfModule>
# END WordPress