How do I make my particular WordPress public?

Let’s assume you’ve installed WordPress as described here, directly in a folders named 816 under your xampp/htdocs/, and this, without any alterations (modifying settings or any configurations to neither your xampp nor WordPress installation); having defined the nameservers of your domain name (here, example.com) to point to your IP, let’s say: 192.182.230.1, The following apply … Read more

How to log in after domain has been transferred

It depends on your needs and what your hosting situation is. You could download the db (and files) to create a local copy of the old site. If you’re just keeping the old site for data, info, and other miscellaneous meta, this would be the best option (IMO). Download the db, download the site’s files, … Read more

Setting two top level domains for multisite

What I basically did was the following: Used Domain Mapping plugin in wp-config.php – Changed DOMAIN_CURRENT_SITE and NOBLOGREDIRECT to $_SERVER[‘HTTP_HOST’] as per what @toscho suggested in wp-config.php – Added: define(‘DOMAINMAPPING_ALLOWMULTI’, ‘yes’); // Allow sites to have multiple domains define(‘SUNRISE’, ‘on’); // Domain mapping plugin activation mapped relevant sub.domain.com to relevant sub.domain.eu The main site can … Read more

WordPress live site images not displaying

You can either use the SQL query or use the Velvet Blues WordPress plugin. Via SQL UPDATE wp_posts SET post_content = REPLACE(post_content, ‘localhost/test/’, ‘www.yourlivesite.com/’); This will resolve the broken links and missing images issue.

How do I change site url to my new domain?

WordPress and some themes store configurations and URLs in serialized data, and the Search & Replace plugin does not handle those to correctly change a domain in the database. And don’t use simple SQL change queries in the database via adminer or phpmyadmin. A simple SQL query won’t correctly handle serialized data. See Moving WordPress … Read more

How to Create a Cookieless Domain in WordPress

Using “cookieless” domain for serving static assets is common recommendation performance tools give. The reasoning being that cookies do nothing at all for such files, but still consume resources. It is, however, not something WP can handle for following reasons: WordPress does not control domain. DNS points domain to specific server’s IP address, where WP … Read more

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