• I am attempting to change the permalink structure on my blog to have the title post and day instead of the post number. When I do this, I receive a note that says : You should update your .htaccess now.

    The thing is, forgive my ignorance, I have no idea how to fix that. What can I do to address this problem? Any help is appreciated.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Change the permissions on your .htaccess file to 666 or 777. Update your permalinks, then change the permissions back to 644. And I emphasize, change them back to 644, when you are done.

    Thread Starter brandonmendelson

    (@brandonmendelson)

    I can’t access the .htaaccess file (I blog for a newspaper, so they’re hosting the blog.) What I get when I change the link structure is this:

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

    Am I able to make a change by altering this?

    That would be the contents of the .htaccess file that WordPress is trying to write out. It is giving you the code you need to copy and paste into .htaccess because it (WordPress) does not have sufficient permissions to re-write the file itself. It is making the assumption that you will be editing the file via FTP at that point. It sounds like you may need to get the IT admin involved for a few minutes in order to update the permalinks.

    I am having the same problem; however I don’t see an .htaccess file anywhere on my web server. Do I need to create one? Thanks.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Can’t Change Permalink Structure’ is closed to new replies.