I was developing website on test.example.com on a separate server. Meanwhile, the working server was example.com at GoDaddy. The WordPress website was working fine on both servers. But then...
I’m working on a multisite WP installation and I need to import content from other WordPress sites (.wxr files). When I use the Import WordPress plugin I got the...
I read somewhere that I can set a constant in the wp-config.php to update WordPress from the latest trunk version and not the stable version. Stupid as I am,...
I have installed WordPress on my local Ubuntu machine, with standard LAMP configuration and phpMyAdmin. The installation directory is localhost:///var/www/blog. At the second step of the installation, after I’ve...
When I set the “/wp/” in PATH_CURRENT_SITE and call the network setting page(xxx.com/wp/wp-admin/network), it occurs too many redirects. But when I just set “https://wordpress.stackexchange.com/” in the PATH_CURRENT_SITE and I...
I always knew that WordPress uses utf8_general_ci as tables collation, but recently it keeps installing utf8mb4_unicode_520_ci. What I do is: Download WordPress from wordpress.org Rename wp-config-example.php to wp-config.php Set...
Using the constant overrides in wp-config I’m able to define a remote FTP server that plugins will be added to when installed using the WP interface. define('FS_METHOD', 'ftpext'); define('FTP_BASE',...
I have a WordPress site behind a reverse proxy. The site is over http, except the wp-admin area, which is under https. We don’t have BasicAuth or anything running...
I have a network installed on my wordpress with 4 websites domain.com –> Old website domain.com/fr –> New website in French domain.com/en –> new website in english domain.com/es –>...
I’m trying to set up an SMTP gmail server to send emails from my WordPress site. This is what I’ve got in my wp-config.php: define( 'SMTP_USER', 'myaddress@gmail.com' ); //...