• 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.com

    i 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)
  • Thread Starter perawima

    (@perawima)

    please can somebody solved this problem ?

    Thread Starter perawima

    (@perawima)

    if i put /index.php/%year%/%monthnum%/%day%/%postname%/

    it shows me only /index.php/(postname)

    and the day, year, month???

    where is the problem?? Somebody can help??? PLEASEEE

    Thread Starter perawima

    (@perawima)

    is it possible to put in my permalink a word like for example “Lima”?

    dominio.com/lima/%postname%/ ????

    my htaccess is located in dominio.com/htaccess
    and wordpress is located dominio.com/…(it doesnt have a own directory)

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘permalink shows only %postname%’ is closed to new replies.