Liew Cheon-Fong
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Draw a table with 100 rows and 4 columnsForum: Fixing WordPress
In reply to: Blocking bots from some specific hostsYou can block IP ranges using .htaccess file:
# Block host.colocrssing.com Order Allow,Deny Deny from 23.94.243.* 192.3.241.* Allow from allForum: Fixing WordPress
In reply to: Error: Unable to handle this requestHTTP Error 500 is a server error. have you contact your hosting provider? Usually it happens when the server is busy or overloaded.
Forum: Fixing WordPress
In reply to: wp_mai() and mail() is l not workinghave you contact your hosting provider?
Forum: Fixing WordPress
In reply to: wp_mai() and mail() is l not workingtry https://wordpress.org/plugins/wp-mail-logging/ to check the emails sent out by WordPress
try https://wordpress.org/plugins/wp-mail-smtp/ to test WordPress email sending function
Forum: Fixing WordPress
In reply to: WP generated emails not sending after user creates accounttry to use 3rd party email service like sendgrid or mailgun (both have free accounts)
Forum: Fixing WordPress
In reply to: Problems posting mp4contact your hosting provider about the error
Forum: Fixing WordPress
In reply to: data base huge error trying to repairlooks like the database settings in wp-config.php is incorrect
Forum: Fixing WordPress
In reply to: “Whoops, looks like something went wrong” error screenare you sure it is a WordPress site? Looking at the page source code, it does not look like a WordPress powered site.
the “Whoops, looks like something went wrong” is a server side error message. It is not related to WordPress
Forum: Fixing WordPress
In reply to: hiding login pagebesides wp-login.php and wp-admin, you/attacker also can login WordPress via XMLRPC
Forum: Fixing WordPress
In reply to: hiding login pagetry use this RewriteRule
RewriteRule .* - [F]Forum: Fixing WordPress
In reply to: WordPress 5 – 2x post in 1It looks fine now? https://lespetitesgrimacesdelily.fr/concours-noel-2018/
Forum: Plugins
In reply to: [Migrate Guru – Site Migration & Cloning] Unable to connect via Plain FTPHow can I apply the custom theme on my .net domain to my .it domain? Do I risk to mess up a lot the .it domain?
You can safely apply the custom theme. Theme does not change WordPress site content.
Can I make a multilingual site with the flags on top nav bar to switch language/domain?
Now you have two sites, .it and .net. They are not multilingual site (each site only one language). You can add a custom menu (flag) on the top nav bar to link to other domain.
Is it possible to have content like galleries display on both sites, as to say to be shared?
since they are two separate sites, sharing content is not straightforward. The easiest way is duplicate the content.
Would I need to make use of canonical links for SEO?
Don’t need if they are different language. Yes, you need to use canonical link if the same content is on both sites.
Forum: Fixing WordPress
In reply to: WordPress does not auto update its corebeside using wp-config.php file, we can also set the automatic update via filter https://codex.wordpress.org/Configuring_Automatic_Background_Updates#Configuration_via_Filters