Not showing old migrated content in website

Did you change the paths in Database and config files properly ? Could you please proceed the below checklist for find the issues: Back Up Your Website’s Files Export The WordPress Database (using wp-migrate db plugin avoid some conflict ) refernce url : https://wordpress.org/plugins/wp-migrate-db/ Create The WordPress Database On Your New Host Server and import … Read more

Arabic permalink redirect to home page

IIS has a problem with RTL-languages in URLs. Check your database and page encoding is UTF-8. After that try to put into system.webServer tag <globalization requestEncoding=”utf-8″ responseEncoding=”utf-8″ fileEncoding=”utf-8″ /> If it does not help you may use free WordPress plugin Custom Transliteration with Arabic Transliteration

Concerns over wp-config file [closed]

WordPress core does not contain obfuscated code (with unfortunate exception of revisions easter egg). While wp-config.php can (and often does) contain arbitrary code, it is not normal for extensions to add anything there and there isn’t an API way for it. In a nutshell it is meant to be edited by hand for specific configuration … Read more

Theme folder doesnt exist

I’m giving possible cases from the top of my head: Case 1: May be it’s related to realpath() function. realpath() acts differently in different OS. Also, it returns false if the web server user doesn’t have executable permission on the corresponding directory. There are some other problems too, so better try this: // change it … Read more