Emilio Petrozzi - MrTux
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: ERR_CONNECTION_REFUSEDCheck with the hosting server is not dealing with any issues at their end.
Forum: Fixing WordPress
In reply to: Moving wordpress from subdomain to root directoryI have tried and it works well. Try to clear your browser’s cache.
Forum: Fixing WordPress
In reply to: Moving wordpress from subdomain to root directoryYes, I usually do this. The database remains the same. The saved database file is used in case of error in replacing the text.
Forum: Fixing WordPress
In reply to: Understanding GTMetrix Waterfall ChartTo get a good score in addition to the cache plugin it is necessary to compress the images and use a plugin that combines the css and js files. Try autoptimize plugin https://it.www.ads-software.com/plugins/autoptimize/
Forum: Fixing WordPress
In reply to: Moving wordpress from subdomain to root directoryAfter the site transfer in the root enter this code in wp-config.php
define('WP_HOME','https://www.drawnbyrhiannon.co.uk'); define('WP_SITEURL','https://www.drawnbyrhiannon.co.uk');
Also backup the database and use this plugin to replace https://www.drawnbyrhiannon.co.uk/Blog with https://www.drawnbyrhiannon.co.uk
https://it.www.ads-software.com/plugins/better-search-replace/
- This reply was modified 5 years, 2 months ago by Emilio Petrozzi - MrTux.
- This reply was modified 5 years, 2 months ago by Emilio Petrozzi - MrTux.
Forum: Localhost Installs
In reply to: Very Slow Localhost config (Too slow too work)Try to use MAMP which usually does not give these problems https://www.mamp.info/en/downloads/
Forum: Localhost Installs
In reply to: wordpress 5.2.3 is not updating on localhostYes, see the article: https://www.ads-software.com/support/article/updating-wordpress/#manual-update
- This reply was modified 5 years, 2 months ago by Emilio Petrozzi - MrTux.
Forum: Fixing WordPress
In reply to: Backups timing outIncrease PHP “Script Max Execution Time Limit” using ini_set function.
- This reply was modified 5 years, 2 months ago by Emilio Petrozzi - MrTux.
Forum: Fixing WordPress
In reply to: Unable to login to websiteIf you have Cloudflare turn it off by putting it in “Development mode”.
- This reply was modified 5 years, 2 months ago by Emilio Petrozzi - MrTux.
Forum: Localhost Installs
In reply to: wordpress 5.2.3 is not updating on localhoston the local server, pugin and core must be updated manually