permalink shows only %postname%
-
hi
i have a problem. the permalink does not work with these opcions:
/%year%/%monthnum%/%day%/%postname%/ , /%year%/%monthnum%/%postname%/ the pages shows correctly but it shows always only the “%postname%”the default opcion works fine.
My website is metropolitan-events.comi have added to htaccess :
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>what could be the problem please help me i downt understand it and sorrey for my bad english.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘permalink shows only %postname%’ is closed to new replies.