Forums

Pretty permalinks not working (2 posts)

  1. lavmulk
    Member
    Posted 5 years ago #

    I created a client's blog at http://keithflynn.net and everything works fine except when I switch to pretty permalinks. I checked the .htaccess file which is getting created (its code is below):

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

    This has happened with another blog I created but not on the other blogs I have. Could it be an issue outside of WP? I would appreciate any help on what to do next.

    Thanks. Peace.

  2. Chris_K
    Member
    Posted 5 years ago #

    Looks like you got it working?

Topic Closed

This topic has been closed to new replies.

About this Topic