Conversation
supportHi, I was have redirection code at wp_postmeta table with meta_key “cf_geo_metabox_redirection”. So I was can add some redirections with manually code to my database. But now I cant find this meta_key at my database. After Geo Controller update everthing changed. I want to do this : http://www.sitename.com/postname (Global) http://www.sitename.com/eu/postname (Europe) I want to make redirection to my post or page only for europe countries. My post is: http://www.sitename.com/postname and when visitor from Europe countries they must be redirect to http://www.sitename.com/eu/postname address. How can I make this? Thank you,`
Your settings should have been synchronized during the update. Maybe you should reactivate the plugin. But if the data is lost (which has happened on maybe 3 projects so far) then you will have to connect to the plugin differently. Unfortunately, we had to change the original functionality of the plugin because it was unstable and a lot of things slowed down the site and filled the database with unnecessary garbage. The new version is light and works via API. It would be good if you could share an example of your PHP code so that we can guide you how to set everything up, but the best thing is to contact us at info@cfgeoplugin.com so that we can help you more easily.
Your settings should have been synchronized during the update. Maybe you should reactivate the plugin. But if the data is lost (which has happened on maybe 3 projects so far) then you will have to connect to the plugin differently. Unfortunately, we had to change the original functionality of the plugin because it was unstable and a lot of things slowed down the site and filled the database with unnecessary garbage. The new version is light and works via API. It would be good if you could share an example of your PHP code so that we can guide you how to set everything up, but the best thing is to contact us at info@cfgeoplugin.com so that we can help you more easily.