Liew Cheon-Fong
Forum Replies Created
-
Forum: Localhost Installs
In reply to: Multi language text on the same pageyou can, but not recommended for user experience and SEO
Forum: Fixing WordPress
In reply to: /blogWhat is your expected result? Why do you want to do a separate WordPress install? Why change hosting company?
For WordPress site migration, I recommend All-in-one WP migrate
- Install migration plugin on Source site
- Download Source site backup
- Install WordPress on new hosting account (Destination)
- Install migration plugin on Destination
- Upload and restore backup
Note: If you want to use the same domain name on Destination, then you will need to edit your localhost file to manually change the IP address that resolve to the domain name. So that the domain goes to the new hosting account (not the old hosting), on your computer.
Forum: Fixing WordPress
In reply to: Maintenance wordpressit looks like a plain html page. It does not appear that you have a WordPress installation there.
you can check the
index.htmlunder public_html folder. WordPress useindex.php- This reply was modified 3 years, 3 months ago by Liew Cheon-Fong.
Forum: Everything else WordPress
In reply to: Website suspendedcontact your hosting provider for support
Forum: Fixing WordPress
In reply to: Can’t get rid of recurring Javascript malwaremake sure you also scan all website files for malware
Forum: Fixing WordPress
In reply to: what are the best WordPress plugins?the best plugins are the plugins that you need.
Know what functions you want then find the related plugins.
Forum: Fixing WordPress
In reply to: Changed domaintry to search and replace the old domain with new domain in the WordPress database. You can use https://wordpress.org/plugins/better-search-replace/
Forum: Fixing WordPress
In reply to: photos not loading on websiteI can see the photos on your website
Forum: Fixing WordPress
In reply to: My website is not loadingcheck hosting error log for the error message.
turn on WP Debug mode to log WordPress error messages.Forum: Installing WordPress
In reply to: wordpress 6.0.2 errorswhat is the error message?
Forum: Fixing WordPress
In reply to: Database ERROR WordPressthe line does not give helpful information
try increase WordPress memory limit, refer https://themeisle.com/blog/increase-wordpress-memory-limit/Forum: Fixing WordPress
In reply to: Move domain to a new-built wordpress installationthe DNS record update takes time for propagation. you probably needs to wait few hours for the change to take effect. you can check dns propagation using https://www.whatsmydns.net/
Forum: Fixing WordPress
In reply to: updated to php8, site won’t loadhave you check to make sure your theme supports PHP8?
Does the default WordPress theme work?Forum: Fixing WordPress
In reply to: Not able to login without /wp-adminfirst of all, WordPress[.org] is not WordPress[.com]
WordPress[.com] is a WordPress hosting company.
WordPress[.org] is the WordPress software.If your site is hosted on WordPress[.com], please contact WordPress.com support for your issues.
If your site is self-hosted using WordPress[.org], then login via /wp-admin is correct.
Forum: Fixing WordPress
In reply to: WordPress Permalink Issueyou can create a redirection rule in htaccess or redirect urls using a redirection plugin