• Hi! My blog used to be in server1, over the domain engenhariaquetransforma.com.br

    Now we moved it to server2, over the domain blog.maua.br and blog2010.maua.br

    On the old blog (server1), everything is working properly. But now, on server2, I can edit the pages, but they are not acessible. Neither posts permalinks, tags and categories pages… only the main.

    Does anyone know what’s going on?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter atilavelo

    (@atilavelo)

    Help, please!! :\

    Thread Starter atilavelo

    (@atilavelo)

    I’m suspecting it has something to do with the FTP config. What do you think?

    Hi,

    Reset your desired permalink from wordpress admin area and add this code in htaccess of your blog:

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

    Now, check with blog posts/pages.

    Thanks,

    Shane G.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Permalinks not working’ is closed to new replies.