Title: autotutorial's Replies - page 31 | WordPress.org

---

# autotutorial

  [  ](https://wordpress.org/support/users/autotutorial/)

 *   [Profile](https://wordpress.org/support/users/autotutorial/)
 *   [Topics Started](https://wordpress.org/support/users/autotutorial/topics/)
 *   [Replies Created](https://wordpress.org/support/users/autotutorial/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/autotutorial/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/autotutorial/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/autotutorial/engagements/)
 *   [Favorites](https://wordpress.org/support/users/autotutorial/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 451 through 465 (of 706 total)

[←](https://wordpress.org/support/users/autotutorial/replies/page/30/?output_format=md)
[1](https://wordpress.org/support/users/autotutorial/replies/?output_format=md) 
[2](https://wordpress.org/support/users/autotutorial/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/autotutorial/replies/page/3/?output_format=md)…
[30](https://wordpress.org/support/users/autotutorial/replies/page/30/?output_format=md)
31 [32](https://wordpress.org/support/users/autotutorial/replies/page/32/?output_format=md)…
[46](https://wordpress.org/support/users/autotutorial/replies/page/46/?output_format=md)
[47](https://wordpress.org/support/users/autotutorial/replies/page/47/?output_format=md)
[48](https://wordpress.org/support/users/autotutorial/replies/page/48/?output_format=md)
[→](https://wordpress.org/support/users/autotutorial/replies/page/32/?output_format=md)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Compressing all images iszes without plugin](https://wordpress.org/support/topic/compressing-all-images-iszes-without-plugin/)
 *  [autotutorial](https://wordpress.org/support/users/autotutorial/)
 * (@autotutorial)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/compressing-all-images-iszes-without-plugin/#post-11661641)
 * Yes my mistake here
    This a guide with the use of two plugins to delete and regenerate
   thumbnails [https://www.pixemweb.com/blog/clean-old-wordpress-thumbnails/](https://www.pixemweb.com/blog/clean-old-wordpress-thumbnails/)
   thank [@optimizingmatters](https://wordpress.org/support/users/optimizingmatters/)
   for your fix, good weekend to you too. 🙂
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Compressing all images iszes without plugin](https://wordpress.org/support/topic/compressing-all-images-iszes-without-plugin/)
 *  [autotutorial](https://wordpress.org/support/users/autotutorial/)
 * (@autotutorial)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/compressing-all-images-iszes-without-plugin/#post-11661410)
 * [https://wordpress.org/support/topic/broken-links-after-migration-from-wordpress-com/#post-11556577](https://wordpress.org/support/topic/broken-links-after-migration-from-wordpress-com/#post-11556577)
   
   create a backup of your files, your backup of your database, export your xml 
   file. Work (compress) your images without changing names. occasionally install
   autoptimize plugin which removes unused thumbnails or after the first time you
   use this plugin add the constant to wp_confing.php [https://wordpress.org/support/article/editing-wp-config-php/#cleanup-image-edits](https://wordpress.org/support/article/editing-wp-config-php/#cleanup-image-edits)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Locked out completely after installing Easy HTTPS Redirection](https://wordpress.org/support/topic/locked-out-completely-after-installing-easy-https-redirection/)
 *  [autotutorial](https://wordpress.org/support/users/autotutorial/)
 * (@autotutorial)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/locked-out-completely-after-installing-easy-https-redirection/#post-11661312)
 * it doesn’t matter on the type of certificate but rather if after the correct 
   installation of the certificate your server creates the variable for the wordpress
   function is_ssl () [https://codex.wordpress.org/Function_Reference/is_ssl](https://codex.wordpress.org/Function_Reference/is_ssl)
   
   If you don’t use plugins you can go back to the http version in your wp-config.
   php before require_once.
 *     ```
       define('WP_HOME','http://www.yuordomain.com');
       define('WP_SITEURL','http://www.yourdomain.com');
       ```
   
 * without end slash and with the correct domain with or without initial www
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [Sub-domains per language (WordPress)](https://wordpress.org/support/topic/sub-domains-per-language-wordpress/)
 *  [autotutorial](https://wordpress.org/support/users/autotutorial/)
 * (@autotutorial)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/sub-domains-per-language-wordpress/#post-11661199)
 * only google adword support can answer that question .. if you ask this, it would
   be like asking the hairdresser for a kilo of meat instead of the supermarket.
   
   Make sure there are different contents in the different domains otherwise you
   will get penalties in the SEO ranking.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Server capacity in terms of uplaoding images to wordpress..](https://wordpress.org/support/topic/server-capacity-in-terms-of-uplaoding-images-to-wordpress/)
 *  [autotutorial](https://wordpress.org/support/users/autotutorial/)
 * (@autotutorial)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/server-capacity-in-terms-of-uplaoding-images-to-wordpress/#post-11660636)
 * By default WordPress stores the uploads in the year month in the uploads folder,
   this may be the cause of the slowdown since the server opens that single heavy
   folder.
    [https://wordpress.org/support/topic/media-folders-on-the-server/#post-11520434](https://wordpress.org/support/topic/media-folders-on-the-server/#post-11520434)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Replicate wordpress on offline staging server](https://wordpress.org/support/topic/replicate-wordpress-on-offline-staging-server/)
 *  [autotutorial](https://wordpress.org/support/users/autotutorial/)
 * (@autotutorial)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/replicate-wordpress-on-offline-staging-server/#post-11658650)
 * [https://codex.wordpress.org/Function_Reference/maybe_serialize](https://codex.wordpress.org/Function_Reference/maybe_serialize)
   
   In some cases WordPress can serialize the data, as it also matters how long byte
   it creates problems with a raw search and replacement. Example s:20 indicates
   a string 20 bytes long, what happens if I change an old path to the new one but
   that is different from 20 bytes? Simply the database breaks. The code statement
   should not be used without knowing what to do, use plugins that deal with the
   serialization of objects.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Removed /wp from url, can’t edit site](https://wordpress.org/support/topic/removed-wp-from-url-cant-edit-site/)
 *  [autotutorial](https://wordpress.org/support/users/autotutorial/)
 * (@autotutorial)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/removed-wp-from-url-cant-edit-site/#post-11656707)
 * giving your own directory works from wordpress 3.5 or higher.
    posts or articles
   prior to the move will have the old url from the database you need to replace
   with the new one via plugin. wp_posts , the path to the upload folder must also
   be changed to the new one
 *   Forum: [Localhost Installs](https://wordpress.org/support/forum/localhost-installs/)
   
   In reply to: [Help copying wordpress site to local Lampp server](https://wordpress.org/support/topic/help-copying-wordpress-site-to-local-lampp-server/)
 *  [autotutorial](https://wordpress.org/support/users/autotutorial/)
 * (@autotutorial)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/help-copying-wordpress-site-to-local-lampp-server/#post-11654583)
 * the file that you are offered to download is index.php by wordpress but only 
   that your server is not interpreting php.
    normally the server needs to read 
   the final .php
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [Display same site from two domains on a multisite install](https://wordpress.org/support/topic/display-same-site-from-two-domains-on-a-multisite-install/)
 *  [autotutorial](https://wordpress.org/support/users/autotutorial/)
 * (@autotutorial)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/display-same-site-from-two-domains-on-a-multisite-install/#post-11654261)
 * exit the wordpress context by creating a othe_folder/text.php code and displaying
   a connection error.
 *     ```
       <?php
       if(function_exists('mysqli_connect')){
       if(!($link = mysqli_connect('localhost','username','password','my_db'))){
       die('could not connect: ' . mysqli_connect_error());
       }
       } else {
       die("don't have mysqli");
       }
       echo 'connect successfully';
       mysqli_close($link);
       ```
   
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [Display same site from two domains on a multisite install](https://wordpress.org/support/topic/display-same-site-from-two-domains-on-a-multisite-install/)
 *  [autotutorial](https://wordpress.org/support/users/autotutorial/)
 * (@autotutorial)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/display-same-site-from-two-domains-on-a-multisite-install/#post-11654149)
 * hello, you have a single wp-config.php (only one wordpress installed).
    Your 
   MySQL server with the database name and the user you set in wp-config.php?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [502 Bad Gateway Error after trying to install SSL](https://wordpress.org/support/topic/502-bad-gateway-error-after-trying-to-install-ssl/)
 *  [autotutorial](https://wordpress.org/support/users/autotutorial/)
 * (@autotutorial)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/502-bad-gateway-error-after-trying-to-install-ssl/#post-11653850)
 * I’m glad you solved, the define fits before of `require_once` 😉
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [wp-cron.php problem](https://wordpress.org/support/topic/wp-cron-php-problem/)
 *  [autotutorial](https://wordpress.org/support/users/autotutorial/)
 * (@autotutorial)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/wp-cron-php-problem/page/2/#post-11653816)
 * Hello [@lukeau](https://wordpress.org/support/users/lukeau/) , the problem is
   that $ crons is created with the first parameter as a boolean value.
    I’m sure
   the text won’t be investigative. This error, theme, plugin or core WordPress :/
   obviously the cron is retrieved from the database, maybe that fake means not 
   to run any cron? Currently I can’t answer.
 * Create your back-up of file ftp and back-up database, do you want to try changing
   the variable without false?
 *   Forum: [Installing WordPress](https://wordpress.org/support/forum/installation/)
   
   In reply to: [Error establishing database connection – how to proceed now](https://wordpress.org/support/topic/error-establishing-database-connection-how-to-proceed-now/)
 *  [autotutorial](https://wordpress.org/support/users/autotutorial/)
 * (@autotutorial)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/error-establishing-database-connection-how-to-proceed-now/page/2/#post-11652803)
 * I understand that there are linguistic problems, but do I execute the query after
   selecting the database in phpmyadmin? obviously the user jo is interested.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [502 Bad Gateway Error after trying to install SSL](https://wordpress.org/support/topic/502-bad-gateway-error-after-trying-to-install-ssl/)
 *  [autotutorial](https://wordpress.org/support/users/autotutorial/)
 * (@autotutorial)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/502-bad-gateway-error-after-trying-to-install-ssl/#post-11652753)
 * have you configured nginx for the www domain?
    have you configured https in wordpress
   with the www domain? If it is without www you need to edit in wp-config.php by
   adding these two constants without final slash before the function php `require`
 *     ```
       define('WP_HOME', 'https://www.yoursite.com');
       define('WP_SITEURL', 'https://www.yoursite.com');
       ```
   
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [502 Bad Gateway Error after trying to install SSL](https://wordpress.org/support/topic/502-bad-gateway-error-after-trying-to-install-ssl/)
 *  [autotutorial](https://wordpress.org/support/users/autotutorial/)
 * (@autotutorial)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/502-bad-gateway-error-after-trying-to-install-ssl/#post-11650855)
 * [https://websiteforstudents.com/switch-wordpress-from-http-to-https-on-ubuntu-with-lets-encrypt-and-nginx/](https://websiteforstudents.com/switch-wordpress-from-http-to-https-on-ubuntu-with-lets-encrypt-and-nginx/)
   
   Originale conf [https://github.com/groovemonkey/hands_on_linux-self_hosted_wordpress_for_linux_beginners/blob/master/4-basic-nginx-configuration.md](https://github.com/groovemonkey/hands_on_linux-self_hosted_wordpress_for_linux_beginners/blob/master/4-basic-nginx-configuration.md)
   Or maybe setting for single domain monit.d [https://websiteforstudents.com/install-monit-system-monitor-on-ubuntu-18-04-16-04-lts/](https://websiteforstudents.com/install-monit-system-monitor-on-ubuntu-18-04-16-04-lts/)
   Only this
 *     ```
       #     #with ssl {            # enable SSL/TLS and set path to server certificate
       #     #    pemfile: /etc/ssl/certs/monit.pem
       #     #}
       ```
   
 * Check your pc in the ext folder put your pem certificate file from certbot
 * Your original monit.d [https://github.com/groovemonkey/hands_on_linux-self_hosted_wordpress_for_linux_beginners/blob/master/advanced/monitrc.md](https://github.com/groovemonkey/hands_on_linux-self_hosted_wordpress_for_linux_beginners/blob/master/advanced/monitrc.md)

Viewing 15 replies - 451 through 465 (of 706 total)

[←](https://wordpress.org/support/users/autotutorial/replies/page/30/?output_format=md)
[1](https://wordpress.org/support/users/autotutorial/replies/?output_format=md) 
[2](https://wordpress.org/support/users/autotutorial/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/autotutorial/replies/page/3/?output_format=md)…
[30](https://wordpress.org/support/users/autotutorial/replies/page/30/?output_format=md)
31 [32](https://wordpress.org/support/users/autotutorial/replies/page/32/?output_format=md)…
[46](https://wordpress.org/support/users/autotutorial/replies/page/46/?output_format=md)
[47](https://wordpress.org/support/users/autotutorial/replies/page/47/?output_format=md)
[48](https://wordpress.org/support/users/autotutorial/replies/page/48/?output_format=md)
[→](https://wordpress.org/support/users/autotutorial/replies/page/32/?output_format=md)