hello everybody davide mellis – http://dam.mellis.org/ – gave me the solution to my problems.
select customize permalink structure and copy this:
/index.php/%year%/%monthnum%/%day%/%postname%/
it works and it’s great!!
hello ryan,
sorry for the delay. I did what you ask me for and sent you the file. I hope is ok and useful.
thank you for now, waiting for you.
ciao. rogopag
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
ps: sorry for the < in the post…