Viewing 10 replies - 1 through 10 (of 10 total)
  • Would guess it’s an htaccess or Permalink problem. Try going to Settings > Permalinks, and re-generating your permalinks.

    You’ve not updated the blog url or anything have you?

    Thread Starter marketingkris

    (@marketingkris)

    The last thin I did was add a new post, and update some pages.

    Thread Starter marketingkris

    (@marketingkris)

    I am showing only home page

    Thread Starter marketingkris

    (@marketingkris)

    Ok the pages are working after changing a permalink setting to default.
    Why %category%/%postname% this not working?
    Do I have to copy the code billow?

    Try:

    /%category%/%postname%/

    Thread Starter marketingkris

    (@marketingkris)

    I thing it is looking for .htaccess file? I have the code on the bottom of the page.

    Have you got no .htaccess file in your root directory at all? If you have, can you paste the code (use the ‘code’ button when you paste it here)?

    Thread Starter marketingkris

    (@marketingkris)

    This is a code. Can I copy .htaccess from a different directory and paste a code in?

    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    Looks like it’s fixed on that first site you linked to in your first post?

    Thread Starter marketingkris

    (@marketingkris)

    Ok, I copy the code. It is working.

    Thanks, you are a live saver. 🙂

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

The topic ‘pages are not showing’ is closed to new replies.