Archive error coz of permalink setting?
-
I have used custom structure in my permalink setting but because of it my archive show 404 error.
custom structure
/%day%/%monthnum%/%year%/%postname%/
default archive url
/03/2010/but if i click on /03/2010/ it shows 404 error! I have .htaccess with
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
so do i need to change my .htaccess code? please can anyone sort this problem out?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Archive error coz of permalink setting?’ is closed to new replies.