• Not sure how to fix this.

    This is a new blog I’m building.

    http://www.internetscelebrities.com

    Everything was working fine with default url’s. When I switch the permalink option, the links change accordingly. The .htaccess changes to:

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

    # END WordPress

    But if I click on any individual post url instead I see the same listing of all posts that I would see on the homepage.

    I thought maybe it was related to using subcategories so I put posts in the parent category. Still doesn’t work. I tried date / postname.. Still doesn’t work.

    Any ideas?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter arkham

    (@arkham)

    Please can someone help?

    I switched back to default permalink view for now. Funny thing is htaccess is exactly the same as when I had the custom permalink….

    Should there be a difference?

    The .htaccess file should look the same either way – it hands over work to WordPress rather than having loads of rules of its own.

    For it to work, your web hosting must support mod_rewrite – I’d suggest you ask your host to confirm this.

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

The topic ‘Using permalink options I cant see individual posts’ is closed to new replies.