Liew Cheon-Fong
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: 更换内网地址已开通公网到内网地址 192.168.9.xxx 的访问吗?
Forum: Networking WordPress
In reply to: Redirect old URL with .htaccess?try this (1 line, put at the top of .htaccess file)
Redirect 301 index.php?task=listcats&cat_id=99&Itemid=52&option=com_mtree https://www.domain.com/information/about-us/- This reply was modified 6 years, 6 months ago by Liew Cheon-Fong.
Forum: Requests and Feedback
In reply to: Does WordPress.org Blocking China Users?wordpress.org is not blocking China users. You won’t see the error 429 message if the connection is blocked.
“A 429 Too Many Request error occurs when a user tries to perform too many requests within a certain timeframe. “
Forum: Fixing WordPress
In reply to: Automatic Post creationyour site is running outdated WordPress version 4.9.8. The latest version is WordPress 5.2.4. There are many security fixes in the past (https://wordpress.org/news/category/security/). Strongly suggest you to update WordPress core, themes, plugins to the latest versions.
Backup first!
Forum: Fixing WordPress
In reply to: Images not displaying after site migrationhas the issue been solved? I see your site is showing images
thanks for the prompt reply. The server time is indeed not set to the local timezone. I have updated the server time. Let’s see does it solve the issue or not, else I will use the snippet.
Forum: Fixing WordPress
In reply to: Google cannot index my /feed1. check your SEO plugin setting (if any)
2. /feed is not meant to be indexed.
3. the feed link you shared has no contentForum: Fixing WordPress
In reply to: Increase Width and Height of Content Areas“to make my website as wide as possible”
I would suggest you use a theme that satisfies your requirements” less space between the top of the content area and the top of the screen”
it depends on the theme you are using to add custom cssForum: Fixing WordPress
In reply to: large wp_options table in prod, but small in dev1. backup first.
2. does the database export missing any data that you notice? if not, isn’t it a good news? restore and replace the prod database with the database export to get smaller database size too. (backup first!)Forum: Fixing WordPress
In reply to: Redirect only for certain posts in a category1. not sure why you would want to create a separate website for the category contents. Isn’t it “duplicate content” which Google penalise?
2. you can use htaccess redirect or redirection plugin to redirect posts to new website. If use 301 permarnent redirect, the SEO ranking will be passed to the new website.
Forum: Fixing WordPress
In reply to: Homepage defaults to empty blog pageit seems you have solved it?
Forum: Fixing WordPress
In reply to: Changing Colors in the comment section and ‘reply’ buttoncheck the theme default colors. it seems you are using Astra theme (https://wpastra.com/docs/colors-background/)
You can also add customise css to set the colors
Forum: Fixing WordPress
In reply to: Images are not updating for public viewers of my WordPress site1. clear cache everywhere (it seems you have done it)
2. upload images in new filenames, instead of replace(swap) them with the same filenameForum: Fixing WordPress
In reply to: Error in BackWPup Too long to be save in TarGz archievetry to rename the files to a shorter filename
Forum: Fixing WordPress
In reply to: WP Cron not workingyou mean the WP Rocket preload process. as long as the WP Rocket cronjob fired, it will starts the preload process. It does not rely on cronjob frequency. You should check PHP execution time instead. Make sure it is long enough for WP Rocket.