I uploaded the two files, deleted the old .htaccess and updated the permalinks structure to
(/%year%/%monthnum%/%postname%/
but still i get error 404.
htaccess looks like this:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php
</IfModule>
# END WordPress
Do i make something wrong?
Thanks. ciao