• I am in problem, i posted a post so before on my blog and today i saw when i open the actual post it says not found ot me but url is ok, i want to know what wrong with dat post as other post are going well?
    plz see: moovzp.com last post(botton)
    title:- Lose your Belly fat using the proven techniques and strip away the undesirable inches

Viewing 2 replies - 1 through 2 (of 2 total)
  • I’m not seeing that problem. Assuming you updated your permalinks via Administration > Settings > Permalinks

    Hi,

    Set permalink for your blog as MichaelH has suggested and 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.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘post url not working?’ is closed to new replies.