Front page not showing most recent posts

  • Unknown's avatar

    Hello,

    I’m completely new to wordpress. The setup here is wordpress, nginx and mysql. The wordpress install lives at /blog. I’ve nginx configured with…

    location /blog {
    passenger_enabled off;
    index index.html index.htm index.php;
    #try_files $uri $uri/ /blog/index.php?q=$uri;
    try_files $uri $uri/ /blog/index.php?q=$uri&$args;
    }
    location ~ .php$ {
    fastcgi_index index.php;
    fastcgi_pass localhost:9000;
    fastcgi_param SCRIPT_FILENAME
    $document_root$fastcgi_script_name;
    include /opt/nginx/conf/fastcgi_params;
    }

    After the initial setup, I’m able to create posts and link to them. However, just going to the /blog index shows a “Not Found: :| sometimes this happens” error instead of a listing of the posts. The reading preferences are set to “latest posts”. I’m sure this is something simple I’ve overlooked.

    thanks for any advice,

    Jaime

  • Unknown's avatar

    You did not specify a blog address or reason for posting when you created this topic.

    This support forum is for blogs hosted at WordPress.com. If your question is about a self-hosted WordPress blog then you’ll find help at the WordPress.org forums.

    If you don’t understand the difference between WordPress.com and WordPress.org, you may find this information helpful.

    If you forgot to include a link to your blog, you can reply and include it below. It’ll help people to answer your question.

    This is an automated message.

  • The topic ‘Front page not showing most recent posts’ is closed to new replies.