Robi Erwin Setiawan
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Homepage not updatingTry to use incognito browser or force refresh.
Forum: Fixing WordPress
In reply to: There has been a critical error on this websiteTry to increase your PHP memory limit setting at php.ini file.
Forum: Fixing WordPress
In reply to: IP which is not in the whitelist can still try to access my wp-adminTry to whitelist your IP Address using .htaccess file:
<Files wp-login.php> order deny,allow Deny from all # Change with Your own IP address allow from xx.xxx.xx.xx </Files>Or you can use plugin like Jetpack and whitelist your IP.
Forum: Fixing WordPress
In reply to: Wrong Login Page after logging out of admin areaTry to add this code at the second website wp-config.php file:
define('WP_HOME','http://secondwesite.com'); define('WP_SITEURL','http://secondwebsite.com');Change the domain above with your second website domain name.
Forum: Fixing WordPress
In reply to: WordPress Update Notifications going to wrong addressIf you change the email address, there will be an email sent to your new address to confirm it. The new address will not become active until confirmed.
Forum: Fixing WordPress
In reply to: 403 forbidden access denied in some casesYou can double-check about file permission here >> https://wordpress.org/documentation/article/changing-file-permissions/
- All directories should be 755 or 750.
- All files should be 644 or 640. Exception: wp-config.php should be 440 or 400 to prevent other users on the server from reading it.
Forum: Fixing WordPress
In reply to: Error loading page / Deprecated & Fatal ErrorYou can try to increase PHP Memory, by adding this script to wp-config.php:
define( ‘WP_MEMORY_LIMIT’, '512M' );or contact to your web hosting to increase memory limit in PHP.ini file.
Forum: Fixing WordPress
In reply to: Define Siteurl in config file for multisiteWhat did you use for WordPress Multisite subdirectories or sub domains?
Forum: Fixing WordPress
In reply to: Error loading page / Deprecated & Fatal ErrorAre you using PHP 8.1? If yes, you can try to use PHP 8 or 7.4 and see if the error still occurs or not.
Forum: Fixing WordPress
In reply to: Website redirecting to Test Site, unable to loginPlease check your .htaccess file if you’re using Apache. Is there any code that makes redirection to the test site?
Or please check some plugins that can also make redirection such as Yoast, Rankmath, Redirection, etc.
>>> https://lagun.com/ > -------------------------------------------- > 301 Moved Permanently > -------------------------------------------- Status: 301 Moved Permanently Code: 301 Date: Fri, 17 Mar 2023 18:17:11 GMT Content-Type: text/html; charset=UTF-8 Connection: close vary: Accept-Encoding,Cookie,User-Agent expires: Fri, 17 Mar 2023 19:17:11 GMT Cache-Control: max-age=3600 x-redirect-by: WordPressForum: Fixing WordPress
In reply to: Posts won’t index on google but pages will.If you want to add /posts/ within your slug.
You’ve to edit your Permalink Settings.
Select Custom Structure then add this code to:
/post/%postname%/See this image >> https://upload.situstarget.com/images/Permalink-Settings–WordPress-Labs–WordPress8c3ee2eca12091ab.png
Hope it can be solved your problem.
- This reply was modified 3 years, 2 months ago by Robi Erwin Setiawan.
Forum: Everything else WordPress
In reply to: Security 3rd party options not a pluginI use Cloudflare free version and to protect my login and admin page, just enabled Cloudflare Access.
To remove malware you’ve to use the plugin or find the malware manually and removing it maybe takes more time.
- This reply was modified 3 years, 2 months ago by Robi Erwin Setiawan.
Forum: Fixing WordPress
In reply to: What can I do to improve the speed of my WordPress site?Please find a good hosting company and use CDN.
Alternatively, you can use a clean code WordPress theme and fewer active plugins.
Make sure that every time you upload an image, it’s already optimized.
Don’t upload large files of images.
Maybe you can make sure beforehand that the server resources are not fully occupied in either RAM or CPU.
Sometimes when we delete many spam posts and take many server resources.
The site is will be down for several minutes until we restart the server or the resource server will be up automatically after a couple of minutes.
Forum: Fixing WordPress
In reply to: Posts won’t index on google but pages will.You can create a canonical URL, and insert the URL :
https://sdpropertyservices.co.nz/posts/how-to-clean-a-cedar-roof2/
within
https://sdpropertyservices.co.nz/how-to-clean-a-cedar-roof2
So, Google will notice that the above URL is identical content and should index this URL:
https://sdpropertyservices.co.nz/posts/how-to-clean-a-cedar-roof2/