Viewing 7 replies - 1 through 7 (of 7 total)
  • did you update your permalinks?

    was wordpress able to write to your .htaccess when/if you did so?

    Thread Starter naddie

    (@naddie)

    I updated the permalinks. However, when I checked my .htaccess files, it does not seem updated. I did chmod my .htaccess file to 666. I’m not sure what codes I should manually input into my .htaccess files to update my permalink struture.

    if you chmood your .htaccess to 666, and update your permalinks, wp will do the work.

    then you just make sure to chmod it back to 644 or whatever.

    Thread Starter naddie

    (@naddie)

    That was what I had attempted before making this post. It seems like my .htaccess file was not updated by WP at all. WP used to provide a certain code for manually upating .htaccess should the file is not chmod to 666. But they don’t seem to provide that now. May I know what is that code so perhaps I could attempt that and see if my permalinks do work then?

    Thank you!

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

    (@naddie)

    Thank you!

    youre welcome ??

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘nice pemalinks leads to 404 error’ is closed to new replies.