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...
  • May 20, 2022
  • 0 Comments
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...
  • May 19, 2022
  • 0 Comments
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',...
  • May 18, 2022
  • 0 Comments
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...
  • May 18, 2022
  • 0 Comments
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 –>...
  • May 17, 2022
  • 0 Comments
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' ); //...
  • May 17, 2022
  • 0 Comments