Title: Robi Erwin Setiawan's Replies | WordPress.org

---

# Robi Erwin Setiawan

  [  ](https://wordpress.org/support/users/situstarget/)

 *   [Profile](https://wordpress.org/support/users/situstarget/)
 *   [Topics Started](https://wordpress.org/support/users/situstarget/topics/)
 *   [Replies Created](https://wordpress.org/support/users/situstarget/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/situstarget/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/situstarget/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/situstarget/engagements/)
 *   [Favorites](https://wordpress.org/support/users/situstarget/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 19 total)

1 [2](https://wordpress.org/support/users/situstarget/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/situstarget/replies/page/2/?output_format=md)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Homepage not updating](https://wordpress.org/support/topic/homepage-not-updating-13/)
 *  [Robi Erwin Setiawan](https://wordpress.org/support/users/situstarget/)
 * (@situstarget)
 * [3 years, 1 month ago](https://wordpress.org/support/topic/homepage-not-updating-13/#post-16628356)
 * Try to use incognito browser or force refresh.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [There has been a critical error on this website](https://wordpress.org/support/topic/there-has-been-a-critical-error-on-this-website-231/)
 *  [Robi Erwin Setiawan](https://wordpress.org/support/users/situstarget/)
 * (@situstarget)
 * [3 years, 1 month ago](https://wordpress.org/support/topic/there-has-been-a-critical-error-on-this-website-231/#post-16628324)
 * Try to increase your PHP memory limit setting at php.ini file.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [IP which is not in the whitelist can still try to access my wp-admin](https://wordpress.org/support/topic/ip-which-is-not-in-the-whitelist-can-still-try-to-access-my-wp-admin/)
 *  [Robi Erwin Setiawan](https://wordpress.org/support/users/situstarget/)
 * (@situstarget)
 * [3 years, 1 month ago](https://wordpress.org/support/topic/ip-which-is-not-in-the-whitelist-can-still-try-to-access-my-wp-admin/#post-16628198)
 * Try to whitelist your IP Address using .htaccess file:
 *     ```wp-block-code
       <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](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Wrong Login Page after logging out of admin area](https://wordpress.org/support/topic/wrong-login-page-after-logging-out-of-admin-area/)
 *  [Robi Erwin Setiawan](https://wordpress.org/support/users/situstarget/)
 * (@situstarget)
 * [3 years, 1 month ago](https://wordpress.org/support/topic/wrong-login-page-after-logging-out-of-admin-area/#post-16628144)
 * Try to add this code at the second website wp-config.php file:
 *     ```wp-block-code
       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](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [WordPress Update Notifications going to wrong address](https://wordpress.org/support/topic/wordpress-update-notifications-going-to-wrong-address/)
 *  [Robi Erwin Setiawan](https://wordpress.org/support/users/situstarget/)
 * (@situstarget)
 * [3 years, 1 month ago](https://wordpress.org/support/topic/wordpress-update-notifications-going-to-wrong-address/#post-16628128)
 * If 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](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [403 forbidden access denied in some cases](https://wordpress.org/support/topic/403-forbidden-access-denied-2/)
 *  [Robi Erwin Setiawan](https://wordpress.org/support/users/situstarget/)
 * (@situstarget)
 * [3 years, 1 month ago](https://wordpress.org/support/topic/403-forbidden-access-denied-2/#post-16628021)
 * You can double-check about file permission here >> [https://wordpress.org/documentation/article/changing-file-permissions/](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](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Error loading page / Deprecated & Fatal Error](https://wordpress.org/support/topic/error-loading-page-deprecated-fatal-error/)
 *  [Robi Erwin Setiawan](https://wordpress.org/support/users/situstarget/)
 * (@situstarget)
 * [3 years, 1 month ago](https://wordpress.org/support/topic/error-loading-page-deprecated-fatal-error/#post-16616002)
 * You can try to increase PHP Memory, by adding this script to wp-config.php:
 *     ```wp-block-code
       define( ‘WP_MEMORY_LIMIT’, '512M' );
       ```
   
 * or contact to your web hosting to increase memory limit in PHP.ini file.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Define Siteurl in config file for multisite](https://wordpress.org/support/topic/define-siteurl-in-config-file-for-multisite/)
 *  [Robi Erwin Setiawan](https://wordpress.org/support/users/situstarget/)
 * (@situstarget)
 * [3 years, 1 month ago](https://wordpress.org/support/topic/define-siteurl-in-config-file-for-multisite/#post-16613427)
 * What did you use for WordPress Multisite subdirectories or sub domains?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Error loading page / Deprecated & Fatal Error](https://wordpress.org/support/topic/error-loading-page-deprecated-fatal-error/)
 *  [Robi Erwin Setiawan](https://wordpress.org/support/users/situstarget/)
 * (@situstarget)
 * [3 years, 1 month ago](https://wordpress.org/support/topic/error-loading-page-deprecated-fatal-error/#post-16613393)
 * Are 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](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Website redirecting to Test Site, unable to login](https://wordpress.org/support/topic/website-redirecting-to-test-site-unable-to-login/)
 *  [Robi Erwin Setiawan](https://wordpress.org/support/users/situstarget/)
 * (@situstarget)
 * [3 years, 2 months ago](https://wordpress.org/support/topic/website-redirecting-to-test-site-unable-to-login/#post-16570732)
 * Please 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.
 *     ```wp-block-code
       >>> 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:	WordPress
       ```
   
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Posts won’t index on google but pages will.](https://wordpress.org/support/topic/posts-wont-index-on-google-but-pages-will/)
 *  [Robi Erwin Setiawan](https://wordpress.org/support/users/situstarget/)
 * (@situstarget)
 * [3 years, 2 months ago](https://wordpress.org/support/topic/posts-wont-index-on-google-but-pages-will/#post-16569502)
 * If you want to add /posts/ within your slug.
 * You’ve to edit your Permalink Settings.
 * Select Custom Structure then add this code to:
 *     ```wp-block-code
       /post/%postname%/
       ```
   
 * See this image >> [https://upload.situstarget.com/images/Permalink-Settings–WordPress-Labs–WordPress8c3ee2eca12091ab.png](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](https://wordpress.org/support/users/situstarget/).
 *   Forum: [Everything else WordPress](https://wordpress.org/support/forum/miscellaneous/)
   
   In reply to: [Security 3rd party options not a plugin](https://wordpress.org/support/topic/security-3rd-party-options-not-a-plugin/)
 *  [Robi Erwin Setiawan](https://wordpress.org/support/users/situstarget/)
 * (@situstarget)
 * [3 years, 2 months ago](https://wordpress.org/support/topic/security-3rd-party-options-not-a-plugin/#post-16568622)
 * I 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](https://wordpress.org/support/users/situstarget/).
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [What can I do to improve the speed of my WordPress site?](https://wordpress.org/support/topic/what-can-i-do-to-improve-the-speed-of-my-wordpress-site/)
 *  [Robi Erwin Setiawan](https://wordpress.org/support/users/situstarget/)
 * (@situstarget)
 * [3 years, 2 months ago](https://wordpress.org/support/topic/what-can-i-do-to-improve-the-speed-of-my-wordpress-site/#post-16568579)
 * 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.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [The site no more remains live after performing some activities on backend](https://wordpress.org/support/topic/the-site-no-more-remains-live-after-performing-some-activities-on-backend/)
 *  [Robi Erwin Setiawan](https://wordpress.org/support/users/situstarget/)
 * (@situstarget)
 * [3 years, 2 months ago](https://wordpress.org/support/topic/the-site-no-more-remains-live-after-performing-some-activities-on-backend/#post-16568565)
 * 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](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Posts won’t index on google but pages will.](https://wordpress.org/support/topic/posts-wont-index-on-google-but-pages-will/)
 *  [Robi Erwin Setiawan](https://wordpress.org/support/users/situstarget/)
 * (@situstarget)
 * [3 years, 2 months ago](https://wordpress.org/support/topic/posts-wont-index-on-google-but-pages-will/#post-16568527)
 * You can create a canonical URL, and insert the URL :
 * [https://sdpropertyservices.co.nz/posts/how-to-clean-a-cedar-roof2/](https://sdpropertyservices.co.nz/posts/how-to-clean-a-cedar-roof2/)
 * within
 * [https://sdpropertyservices.co.nz/how-to-clean-a-cedar-roof2](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/](https://sdpropertyservices.co.nz/posts/how-to-clean-a-cedar-roof2/)

Viewing 15 replies - 1 through 15 (of 19 total)

1 [2](https://wordpress.org/support/users/situstarget/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/situstarget/replies/page/2/?output_format=md)