• Hello…

    wordpress index page is opening fine bt the post pages r not opening….so i updated the permalink settings…then the pages r opening fine..

    after some time …then again the pages didnt open…so from then i keep on updating the Permalink Settings for the pages to be displayed

    this is the custom structure… /%year%/%monthnum%/%postname%.html i use

    can u tell why i need to update everytime…

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi,

    Add this code in htaccess:

    # BEGIN WordPress
    
    <IfModule mod_rewrite.c>
    ErrorDocument 404 /index.php?error=404
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    
    # END WordPress

    Thanks,

    Shane G.

    Thread Starter flame_rec

    (@flame_rec)

    Hello shane….

    i did this…stilll not working….what should i do….

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘post page not displaying….’ is closed to new replies.