• Hi there,

    I’ve done a new installation of wordpress, and I’m having trouble at the backend. When I press “Publish” sometimes the WP redirects me to the 404 page error, but after several Refreshs, it redirect’s me to the post edit page.

    So, it happens on any page in the backend, and after pressing F5 sometimes, it redirects to the correct page, But it’s getting annoying.

    I think that would be a permalink problem, I dont know for sure, anyway, below is my .htacces file:

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

    # END WordPress

Viewing 1 replies (of 1 total)
  • The .htaccess looks fine. If you do have a permalink problem, you’ll want to change it within your dashboard in Settings > Permalinks.

    It may also be occurring this way if you have multiple DNS records such as A records, or NameServers that are split between different hosts.

Viewing 1 replies (of 1 total)
  • The topic ‘Permalinks problems’ is closed to new replies.