Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Author Chouby

    (@chouby)

    Hi!

    Did you try to resave your Polylang settings?

    Thread Starter matoeil

    (@matoeil)

    yes, same problem.

    Thread Starter matoeil

    (@matoeil)

    Thanks for your help !
    what is the guidance/procedure to migrate a wordpress site with polylang to another server?

    Plugin Author Chouby

    (@chouby)

    Normally, you just have to resave your Polylang settings to reset an internal cache which includes urls of all homepages.

    Are the other pages working correctly?

    Thread Starter matoeil

    (@matoeil)

    only the admin pages are working.
    i have tried for db:
    -replacement of all db prod_url with dev_url (virtual host)
    -replacement of wp-config home and url with dev_url ( virtual host)

    i have tried every settings of polylangs and deactivate /reactivate plugin
    i have tried to deactive every other plugins

    is there a way of flushing the cache manually and programmatically ?
    in the model.php.PLL_Model maybe ? how?

    Plugin Author Chouby

    (@chouby)

    You can delete the transient ‘pll_languages_list’ programmatically or directly from DB or set

    define('PLL_CACHE_LANGUAGES', false);

    in your wp-config.php

    But I would be surprised that it solvers problem as only the homepages urls are cached.

    Just a few questions:
    Does it work when Polylang is de-activated?
    Does it work if you set your permalinks to ‘default’?
    Can you try with Twenty Twelve and no other plugins activated?

    Thread Starter matoeil

    (@matoeil)

    thanks so much for your support !

    i have found out that this is a lamp server configuration problem.

    When done on wamp ( exporting db, replacing wp-options home and siteurl ,modifiying wp-config.php file with db config, resave settings in wordpress backoffice polylang settings ),
    everything is working smoothly.

    Any ideas on what can be required in lamp settings?
    mod_rewrite i supposed but rewrite.load is correctly added in my /etc/apache2/mods-enabled folder

    Plugin Author Chouby

    (@chouby)

    I am developping on lampp so Polylang works correctly on this setup (without special config). I have no idea what could be wrong for you.

    Thread Starter matoeil

    (@matoeil)

    alright, thanks , i will do with wamp for now.
    congrats for your nice and useful plugin !

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘polylang extension : url rewriting error 404 when migrating to local’ is closed to new replies.