How might I setup a development server (local) and a test/production server (remote)

It’s quite difficult to keep data from a dev version in sync with data on the production site. But for an initial deployment, you are correct that it requires changes to wp-config.php and the database. Install WordPress on your dev machine, e.g. dev.example.com/blog/ Install WordPress on your production machine, preferably with the same folder structure … Read more

Two identical wp-includes directories on server

This is not an “executable directory”. The x means something different for directories: The execute bit allows the affected user to enter the directory, and access files and directories inside Source Also the * doesn’t mean executable for directories hear as you might think if you’ve read that answer. Instead it is just a directory … Read more

WordPress incorrectly redirects to local IP address?

Change the Site URL in Options Table. UPDATE `wp_options` SET `option_value` = ‘YOUR_SITE_URL’ WHERE `option_name` = ‘siteurl’ OR `option_name` = ‘home’; Also change the static URLs in your post content. UPDATE `wp_posts` SET `post_content` = REPLACE(post_content, ‘192.168.0.18/YOUR_LOCAL_SITE_URL/’, ‘YOUR_SITE_URL/’); Don’t forget to change the table prefix if its not ‘wp_’. Edit : Access PHPMyAdmin of your … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)