• Hi,

    I migrate my WordPress site from:

    https://www.domain.nl/beta

    to

    https://www.domain.nl

    Before the migration, the permalinks were working.
    But after it fails.
    Also when I try to reset permalinks in the adminpanel.
    Everytime when I select Postname and click on Save Changes I get no error but the settings are not saved. It goes back to Default.

    I reset my .httacess file to;

    # 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

    And give it premission.

    What could be the problem?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Jump into the WordPress database if you can and go to the wp_options table, within here ensure the fields ‘siteurl’ / ‘home’ reflect your new URL.

    Thread Starter daanv

    (@daanv)

    I already have replace them… but that doens’t fix the problem….

    Check with your hosts that mod_rewrite is running on your server.

    Thread Starter daanv

    (@daanv)

    mod_rewrite is running because my wordpress works fine before the migration….
    Is there another solution?

    • This reply was modified 7 years, 9 months ago by daanv.
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Permalinks not working’ is closed to new replies.