Moving WP installation form subdomain

is the folder for the subdomain named the same as the folder you want to run from? If so, it may be as simple as getting rid of the subdomain…. no longer pointing it to the folder. And then changing the 2 urls in settings-> general. Otherwise, review the moving instructions in the codex if … Read more

WordPress Multisite Question

Yes, with domain mapping and a compatible hosting account. There are a few good domain mapping plugins available that may work for you with a little configuration. I have used Domain Mapping pluginby Barry, as well as WordPress MU Domain Mapping. There is also the Multi-Domains plugin from wpmudev, which allows the creation of subdomains … Read more

Moving local wordpress page to a real server subdomain broke my permalinks?

You have to change other URLs in the database, not just in the wp_options tables. Use these queries in phpmyadmin to change post links and metadata within post and page content: UPDATE wp_posts SET guid = replace(guid, ‘http://www.olddomain.com/’,’http://www.newdomain.com/’); UPDATE wp_posts SET post_content = replace(post_content, ‘http://www.olddomain.com/’, ‘http://www.newdomain.com/’); UPDATE wp_postmeta SET meta_value = replace(meta_value, ‘http://www.olddomain.com/’, ‘http://www.newdomain.com/’); Reset … Read more

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