• I am trying to egt the following permalink structure:

    2007/10/03/sample-post/

    I have this option chosen in the permalinks section and I have the following in my .htaccess file:

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

    Right now my WP is in installed in a directory called apnawp

    However, when I click on a post, it just refreshes the page, but it shows the proper permalink structure.

    Not sure if i’m allowed to post the URL, so if not, just delete this:

    http://www.apnaonline.ca/apnawp

    Anyone have any ideas what I am missing?

    Thanks,
    Geoserv.

The topic ‘Permalinks’ is closed to new replies.