Resolve the Access Denied Error in Amazon S3 when viewing uploaded file

Posted by on Jul 21, 2020 in General | No comments yet

Before you can access a file that is uploaded to a bucket, you need to apply public permissions using either “ACL settings” or the “bucket policy” tool. To apply the bucket policy, perform the following steps: 1) Open S3 management …

Change MySql root password on centos

Posted by on Feb 22, 2019 in General | No comments yet

To change the root password, we need to still start mySQL with –skip-grant-tables options and update the user table

Redirecting to HTTPS from HTTP

Posted by on Nov 9, 2018 in General | No comments yet

If we have added an SSL certificate to your domain, we can force all visits to your site to use HTTPS to ensure your traffic is secure. This post shows examples on how to do this. The following forces any …

Change WordPress Permissions via SSH

Posted by on Apr 4, 2018 in General | No comments yet

Login to your server via SSH and enter the following commands to change your WordPress directory and file permissions. Directory Permissions Set permissions on all directories to 755. File Permissions Set permissions on all files to 644.

Load More